run prettier as pre-commit hook (#3264)

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-22 20:23:01 +02:00
committed by GitHub
parent c41dda9d32
commit ded5a3c0e6
711 changed files with 35800 additions and 32229 deletions
+4
View File
@@ -1,16 +1,20 @@
{{ range .Versions }} {{ range .Versions }}
## [{{ .Tag.Name }}]{{ if .Tag.Previous }}({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) ## [{{ .Tag.Name }}]{{ if .Tag.Previous }}({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
{{ range .CommitGroups -}} {{ range .CommitGroups -}}
### {{ .Title }} ### {{ .Title }}
{{ range .Commits -}} {{ range .Commits -}}
- {{ .Subject }} - {{ .Subject }}
{{ end }} {{ end }}
{{ end -}} {{ end -}}
{{- if .NoteGroups -}} {{- if .NoteGroups -}}
{{ range .NoteGroups -}} {{ range .NoteGroups -}}
### {{ .Title }} ### {{ .Title }}
{{ range .Notes }} {{ range .Notes }}
+11 -13
View File
@@ -1,22 +1,20 @@
module.exports = { module.exports = {
dryRun: false, dryRun: false,
username: 'truecharts-bot', username: "truecharts-bot",
gitAuthor: 'truecharts-bot <bot@truecharts.org>', gitAuthor: "truecharts-bot <bot@truecharts.org>",
onboarding: false, onboarding: false,
platform: 'github', platform: "github",
repositories: [ repositories: ["truecharts/charts"],
'truecharts/charts',
],
packageRules: [ packageRules: [
{ {
description: 'lockFileMaintenance', description: "lockFileMaintenance",
matchUpdateTypes: [ matchUpdateTypes: [
'pin', "pin",
'digest', "digest",
'patch', "patch",
'minor', "minor",
'major', "major",
'lockFileMaintenance', "lockFileMaintenance",
], ],
dependencyDashboardApproval: false, dependencyDashboardApproval: false,
stabilityDays: 0, stabilityDays: 0,
-1
View File
@@ -299,7 +299,6 @@ jobs:
- name: Run chart-testing (lint) - name: Run chart-testing (lint)
run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" run: ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}" || ct lint --config ".github/ct-lint.yaml" --charts "${{ matrix.chart }}"
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7 # Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
lint_success: lint_success:
needs: needs:
-3
View File
@@ -58,7 +58,6 @@ jobs:
parthreads=$(($(nproc) * 2)) parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]} parallel -j ${parthreads} .github/scripts/gen-docs.sh '2>&1' ::: ${CHARTS[@]}
- name: Fix Pre-Commit issues - name: Fix Pre-Commit issues
shell: bash shell: bash
if: | if: |
@@ -170,7 +169,6 @@ jobs:
parthreads=$(($(nproc) * 2)) parthreads=$(($(nproc) * 2))
parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]} parallel -j ${parthreads} .github/scripts/build-catalog.sh '2>&1' ::: ${CHARTS[@]}
- name: Generate docker-hub Catalog - name: Generate docker-hub Catalog
shell: bash shell: bash
if: | if: |
@@ -190,7 +188,6 @@ jobs:
echo "Starting Catalog Validation" echo "Starting Catalog Validation"
/usr/local/bin/catalog_validate validate --path "${PWD}/catalog" /usr/local/bin/catalog_validate validate --path "${PWD}/catalog"
- name: Commit Catalog - name: Commit Catalog
if: | if: |
steps.collect-changes.outputs.changesDetected == 'true' steps.collect-changes.outputs.changesDetected == 'true'
-7
View File
@@ -168,7 +168,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -213,11 +212,9 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
install-charts3: install-charts3:
needs: needs:
- generate-install-matrix - generate-install-matrix
@@ -258,7 +255,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -302,7 +298,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -346,7 +341,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
@@ -390,7 +384,6 @@ jobs:
run: | run: |
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" --upgrade
+6 -9
View File
@@ -10,7 +10,6 @@ on:
schedule: schedule:
- cron: "0 0 * * 0" - cron: "0 0 * * 0"
jobs: jobs:
directories: # Job that list subdirectories directories: # Job that list subdirectories
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -24,7 +23,6 @@ jobs:
run: echo "::set-output name=dir::$({ ls -d containers/apps/*/ & ls -d containers/base/*/; } | tr '\n' '\0' | xargs -0 -n 1 basename | jq -R -s -c 'split("\n")[:-1]')" run: echo "::set-output name=dir::$({ ls -d containers/apps/*/ & ls -d containers/base/*/; } | tr '\n' '\0' | xargs -0 -n 1 basename | jq -R -s -c 'split("\n")[:-1]')"
# Define step output named dir base on ls command transformed to JSON thanks to jq # Define step output named dir base on ls command transformed to JSON thanks to jq
scan_files: scan_files:
name: Scan Files name: Scan Files
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -35,18 +33,17 @@ jobs:
- name: Run Trivy vulnerability scanner in repo mode - name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@master uses: aquasecurity/trivy-action@master
with: with:
scan-type: 'fs' scan-type: "fs"
ignore-unfixed: true ignore-unfixed: true
format: 'template' format: "template"
template: '@/contrib/sarif.tpl' template: "@/contrib/sarif.tpl"
output: 'trivy-repo-results.sarif' output: "trivy-repo-results.sarif"
severity: 'CRITICAL' severity: "CRITICAL"
- name: Upload Trivy scan results to GitHub Security tab - name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2 uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2
with: with:
sarif_file: 'trivy-repo-results.sarif' sarif_file: "trivy-repo-results.sarif"
scan_containers: scan_containers:
name: Scan Containers name: Scan Containers
+2 -2
View File
@@ -3,9 +3,9 @@ name: "Renovate: Bump on Push"
on: on:
push: push:
branches: branches:
- 'renovate/**' - "renovate/**"
tags-ignore: tags-ignore:
- '**' - "**"
jobs: jobs:
renovate-bump: renovate-bump:
+20 -7
View File
@@ -8,14 +8,27 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.0.1
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace # trims trailing whitespace.
- id: end-of-file-fixer - id: end-of-file-fixer # ensures that a file is either empty, or ends with one newline.
- id: fix-byte-order-marker - id: fix-byte-order-marker
- id: mixed-line-ending - id: mixed-line-ending # replaces or checks mixed line ending.
- id: check-merge-conflict - id: check-merge-conflict # checks for files that contain merge conflict strings.
- id: check-case-conflict - id: check-case-conflict # checks for files that would conflict in case-insensitive filesystems.
- id: check-executables-have-shebangs - id: check-executables-have-shebangs # ensures that (non-binary) executables have a shebang.
- id: check-shebang-scripts-are-executable # ensures that (non-binary) files with a shebang are executable.
- id: check-docstring-first - id: check-docstring-first
- id: check-symlinks - id: check-symlinks
- id: destroyed-symlinks - id: destroyed-symlinks
- id: fix-byte-order-marker - id: fix-byte-order-marker # removes utf-8 byte order marker.
- id: requirements-txt-fixer # sorts entries in requirements.txt.
- id: check-added-large-files # prevents giant files from being committed.
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (templates\/.*|questions.yaml|chart_schema.yaml)
- id: detect-private-key # detects the presence of private keys.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
hooks:
- id: prettier
exclude: (templates\/.*|README.md|CHANGELOG.md|questions.yaml|devcontainer.json)
files: \.(js|ts|jsx|tsx|css|less|html|json|markdown|md|yaml|yml)$
+2 -12
View File
@@ -10,12 +10,7 @@
"request": "launch", "request": "launch",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle", "program": "/usr/local/bin/bundle",
"args": [ "args": ["exec", "m", "-r", "${workspaceFolder}/tests"]
"exec",
"m",
"-r",
"${workspaceFolder}/tests"
]
}, },
{ {
"name": "Common UnitTest - active spec file only", "name": "Common UnitTest - active spec file only",
@@ -23,12 +18,7 @@
"request": "launch", "request": "launch",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"program": "/usr/local/bin/bundle", "program": "/usr/local/bin/bundle",
"args": [ "args": ["exec", "m", "-r", "${relativeFile}"]
"exec",
"m",
"-r",
"${relativeFile}"
]
} }
] ]
} }
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- database - database
- clickhouse - clickhouse
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -10,7 +10,7 @@ home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-onl
icon: https://truecharts.org/img/chart-icons/collabora-online.png icon: https://truecharts.org/img/chart-icons/collabora-online.png
keywords: keywords:
- collabora-online - collabora-online
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -2,8 +2,8 @@
If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to
* Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`. - Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`.
* Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`) - Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`)
* Set `Service type` to `NodePort` - Set `Service type` to `NodePort`
* Set `Port type` to `HTTPS` - Set `Port type` to `HTTPS`
* Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation) - Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation)
@@ -1,6 +1,6 @@
# Input Validation # Input Validation
__`Server Name`__ **`Server Name`**
Accepted formats are: Accepted formats are:
- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`) - Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`)
@@ -11,7 +11,7 @@ _Same rules apply for FQDN as in the section above_
Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$` Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$`
You can try live [here](https://regex101.com/r/mICKDp/1) You can try live [here](https://regex101.com/r/mICKDp/1)
__`Password for WebUI`__ **`Password for WebUI`**
Accepted formats are: Accepted formats are:
- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?` - Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`
+1 -1
View File
@@ -13,7 +13,7 @@ keywords:
- mysql - mysql
- database - database
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- memcached - memcached
- database - database
- cache - cache
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- mongodb - mongodb
- database - database
- nosql - nosql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -13,7 +13,7 @@ keywords:
- postgressql - postgressql
- dtabase - dtabase
- sql - sql
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -11,7 +11,7 @@ home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail
keywords: keywords:
- metrics - metrics
- logs - logs
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
-1
View File
@@ -76,7 +76,6 @@ persistence:
objectName: '{{ include "tc.common.names.fullname" . }}-config' objectName: '{{ include "tc.common.names.fullname" . }}-config'
mountPath: /etc/promtail mountPath: /etc/promtail
# -- Whether Role Based Access Control objects like roles and rolebindings should be created # -- Whether Role Based Access Control objects like roles and rolebindings should be created
rbac: rbac:
main: main:
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- redis - redis
- keyvalue - keyvalue
- database - database
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -12,7 +12,7 @@ keywords:
- solr - solr
- apache - apache
- search - search
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- MediaServer-Video - MediaServer-Video
apiVersion: v2 apiVersion: v2
@@ -15,7 +15,7 @@ icon: https://truecharts.org/img/chart-icons/acestream.png
keywords: keywords:
- acestream - acestream
- MediaServer-Video - MediaServer-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Actual is a super fast privacy-focused app for managing your finances.\ description:
"Actual is a super fast privacy-focused app for managing your finances.\
\ You own your data and it will sync it across all devices with optional end-to-end\ \ You own your data and it will sync it across all devices with optional end-to-end\
\ encryption..\r\n" \ encryption..\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/actualserver.png
keywords: keywords:
- actualserver - actualserver
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -10,7 +10,7 @@ icon: https://truecharts.org/img/chart-icons/adguard-home.png
keywords: keywords:
- adblock - adblock
- adguard - adguard
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool description:
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool
to synchronize AdGuardHome config to replica instances. to synchronize AdGuardHome config to replica instances.
home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync
icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png
keywords: keywords:
- adguardhome-sync - adguardhome-sync
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,6 +1,6 @@
env: env:
CONFIGFILE: '' CONFIGFILE: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguardhome-sync repository: tccr.io/truecharts/adguardhome-sync
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Adminer (formerly phpMinAdmin) is a full-featured database management\ description:
"Adminer (formerly phpMinAdmin) is a full-featured database management\
\ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\ \ 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,\ \ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\
\ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n" \ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n"
@@ -18,7 +19,7 @@ icon: https://truecharts.org/img/chart-icons/adminer.png
keywords: keywords:
- adminer - adminer
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+2 -2
View File
@@ -1,6 +1,6 @@
env: env:
ADMINER_DESIGN: '' ADMINER_DESIGN: ""
ADMINER_PLUGINS: '' ADMINER_PLUGINS: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer repository: tccr.io/truecharts/adminer
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Security - Security
- Network-Other - Network-Other
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Agent DVR (next gen version of iSpy) is a super advanced video surveillance\ description:
"Agent DVR (next gen version of iSpy) is a super advanced video surveillance\
\ platform\r\n" \ platform\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr home: https://github.com/truecharts/apps/tree/master/charts/stable/agent-dvr
icon: https://truecharts.org/img/chart-icons/agent-dvr.png icon: https://truecharts.org/img/chart-icons/agent-dvr.png
@@ -18,7 +19,7 @@ keywords:
- agent-dvr - agent-dvr
- Security - Security
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\ \ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\
\ with less than 32 CPU cores!!!) \r\n" \ with less than 32 CPU cores!!!) \r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png
keywords: keywords:
- alienswarm-reactivedrop - alienswarm-reactivedrop
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,11 +1,11 @@
env: env:
GAME_ID: '563560' GAME_ID: "563560"
GAME_NAME: reactivedrop GAME_NAME: reactivedrop
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015' GAME_PORT: "27015"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm-reactivedrop repository: tccr.io/truecharts/alienswarm-reactivedrop
@@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup: startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ Alien Swarm and run it.\r\n" \ Alien Swarm and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm
icon: https://truecharts.org/img/chart-icons/alienswarm.png icon: https://truecharts.org/img/chart-icons/alienswarm.png
keywords: keywords:
- alienswarm - alienswarm
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+8 -8
View File
@@ -1,11 +1,11 @@
env: env:
GAME_ID: '635' GAME_ID: "635"
GAME_NAME: swarm GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015' GAME_PORT: "27015"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm repository: tccr.io/truecharts/alienswarm
@@ -22,11 +22,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
startup: startup:
port: '{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}' port: "{{ .Values.service.tcprconport.ports.tcprconport.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -15,7 +15,7 @@ icon: https://truecharts.org/img/chart-icons/altitude.png
keywords: keywords:
- altitude - altitude
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -1,6 +1,6 @@
env: env:
DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh DL_URL: http://installer.altitudegame.com/0.0.1/altitude.sh
GAME_PARAMS: '' GAME_PARAMS: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/altitude repository: tccr.io/truecharts/altitude
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ America's Army: Proving Grounds and run it.\r\n" \ America's Army: Proving Grounds and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
keywords: keywords:
- americasarmy-pg - americasarmy-pg
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -4
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '203300' GAME_ID: "203300"
GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log GAME_PARAMS: -port=7778 -SAP=8778 -SQP=27015 -aauregion=1 -log=Server.log
PASSWRD: '' PASSWRD: ""
SRV_NAME: Army Docker SRV_NAME: Army Docker
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/americasarmy-pg repository: tccr.io/truecharts/americasarmy-pg
+5 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
@@ -10,17 +10,18 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script description:
"Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
to automatically download movie trailers for use in media applications to automatically download movie trailers for use in media applications
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd
icon: https://truecharts.org/img/chart-icons/amtd.png icon: https://truecharts.org/img/chart-icons/amtd.png
keywords: keywords:
- amtd - amtd
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+14 -14
View File
@@ -1,18 +1,18 @@
env: env:
AUTOSTART: '' AUTOSTART: ""
EndClient: '' EndClient: ""
FilePermissions: '' FilePermissions: ""
FolderPermissions: '' FolderPermissions: ""
LANGUAGES: '' LANGUAGES: ""
PREFER_EXISTING: '' PREFER_EXISTING: ""
RadarrAPIkey: '' RadarrAPIkey: ""
RadarrUrl: '' RadarrUrl: ""
SCRIPTINTERVAL: '' SCRIPTINTERVAL: ""
SINGLETRAILER: '' SINGLETRAILER: ""
USEFOLDERS: '' USEFOLDERS: ""
extrastype: '' extrastype: ""
subtitlelanguage: '' subtitlelanguage: ""
videoformat: '' videoformat: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amtd repository: tccr.io/truecharts/amtd
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- Productivity - Productivity
@@ -19,7 +19,7 @@ keywords:
- Downloaders - Downloaders
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
@@ -10,15 +10,16 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Automated Music Video Downloader :: AMVD is a Lidarr Companion script description:
to automatically download and tag Music Videos for use in various media applications' "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://github.com/truecharts/apps/tree/master/charts/stable/amvd home: https://github.com/truecharts/apps/tree/master/charts/stable/amvd
icon: https://truecharts.org/img/chart-icons/amvd.png icon: https://truecharts.org/img/chart-icons/amvd.png
keywords: keywords:
- amvd - amvd
- Downloaders - Downloaders
- MediaApp-Video - MediaApp-Video
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+12 -12
View File
@@ -1,16 +1,16 @@
env: env:
AUTOSTART: '' AUTOSTART: ""
CountryCode: '' CountryCode: ""
LidarrAPIkey: '' LidarrAPIkey: ""
LidarrUrl: '' LidarrUrl: ""
MBRAINZMIRROR: '' MBRAINZMIRROR: ""
MBRATELIMIT: '' MBRATELIMIT: ""
SCRIPTINTERVAL: '' SCRIPTINTERVAL: ""
SOURCE_CONNECTION: '' SOURCE_CONNECTION: ""
USEFOLDERS: '' USEFOLDERS: ""
USEVIDEOFOLDERS: '' USEVIDEOFOLDERS: ""
WriteNFOs: '' WriteNFOs: ""
subtitlelanguage: '' subtitlelanguage: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/amvd repository: tccr.io/truecharts/amvd
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Android in docker solution with noVNC supported and video recording. description:
Android in docker solution with noVNC supported and video recording.
Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with
amd cpus can be unusable. amd cpus can be unusable.
home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0 home: https://github.com/truecharts/apps/tree/master/charts/stable/android-8-0
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/android-8-0.png
keywords: keywords:
- android-8-0 - android-8-0
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- HomeAutomation - HomeAutomation
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant\ description:
"Control AndroidTV/FireTV devices through ADB from the Home Assistant\
\ Core docker image.\r\n" \ Core docker image.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge
icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png
keywords: keywords:
- androiddebugbridge - androiddebugbridge
- HomeAutomation - HomeAutomation
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,6 +1,6 @@
env: env:
bootwait: '10' bootwait: "10"
checkfreq: '30' checkfreq: "30"
devicelist: 10.0.0.192:5555 devicelist: 10.0.0.192:5555
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Other - Network-Other
- Productivity - Productivity
@@ -11,7 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Anope is a set of IRC Services designed for flexibility and ease of\ description:
"Anope is a set of IRC Services designed for flexibility and ease of\
\ use.\r\n" \ use.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/anope home: https://github.com/truecharts/apps/tree/master/charts/stable/anope
icon: https://truecharts.org/img/chart-icons/anope.png icon: https://truecharts.org/img/chart-icons/anope.png
@@ -20,7 +21,7 @@ keywords:
- Network-Other - Network-Other
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+6 -6
View File
@@ -1,14 +1,14 @@
env: env:
CASEMAP: rfc1459 CASEMAP: rfc1459
DATA_PERM: '770' DATA_PERM: "770"
HOST: irc.example.com HOST: irc.example.com
IP_ADDR: '' IP_ADDR: ""
IRCD: inspircd3 IRCD: inspircd3
LOCAL_HOSTNAME: services LOCAL_HOSTNAME: services
PASSWORD: '' PASSWORD: ""
PORT: '7000' PORT: "7000"
SSL: 'yes' SSL: "yes"
UMASK: '000' UMASK: "000"
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/anope repository: tccr.io/truecharts/anope
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Cloud - Cloud
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Very simple WebDAV server based on Apache. You need a WebDAV client\ 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.\r\ \ to transfer files. It does not include a WebUI to upload files through your browser.\r\
\n" \n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/apache-webdav.png
keywords: keywords:
- apache-webdav - apache-webdav
- Cloud - Cloud
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -5
View File
@@ -1,13 +1,13 @@
env: env:
ANONYMOUS_METHODS: '' ANONYMOUS_METHODS: ""
AUTH_TYPE: Basic AUTH_TYPE: Basic
LOCATION: / LOCATION: /
PASSWORD: '' PASSWORD: ""
PUMASK: '0000' PUMASK: "0000"
REALM: WebDAV-Login REALM: WebDAV-Login
SERVER_NAMES: localhost SERVER_NAMES: localhost
SSL_CERT: '' SSL_CERT: ""
USERNAME: '' USERNAME: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apache-webdav repository: tccr.io/truecharts/apache-webdav
+5 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,17 +9,18 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of 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 Apprise(https://github.com/caronc/apprise) through your network with a user-friendly
API. API.
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api home: https://github.com/truecharts/apps/tree/master/charts/stable/apprise-api
icon: https://truecharts.org/img/chart-icons/apprise-api.png icon: https://truecharts.org/img/chart-icons/apprise-api.png
keywords: keywords:
- apprise-api - apprise-api
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -1,5 +1,5 @@
env: env:
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/apprise-api repository: tccr.io/truecharts/apprise-api
+1 -1
View File
@@ -17,7 +17,7 @@ home: https://github.com/truecharts/apps/tree/master/charts/incubator/appsmith
icon: https://truecharts.org/img/chart-icons/appsmith.png icon: https://truecharts.org/img/chart-icons/appsmith.png
keywords: keywords:
- appsmith - appsmith
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
-2
View File
@@ -37,12 +37,10 @@ persistence:
enabled: true enabled: true
mountPath: "/appsmith-stacks" mountPath: "/appsmith-stacks"
redis: redis:
enabled: true enabled: true
existingSecret: "rediscreds" existingSecret: "rediscreds"
redisUsername: appsmith redisUsername: appsmith
# mongodb: # mongodb:
# enabled: true # enabled: true
# mongodbUsername: appsmith # mongodbUsername: appsmith
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Proxy - Network-Proxy
- Network-Other - Network-Other
@@ -11,7 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Apt-Cacher NG is a caching proxy, specialized for package files from description:
Apt-Cacher NG is a caching proxy, specialized for package files from
Linux distributors, primarily for Debian (and Debian based) distributions but not Linux distributors, primarily for Debian (and Debian based) distributions but not
limited to those. limited to those.
home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng home: https://github.com/truecharts/apps/tree/master/charts/stable/apt-cacher-ng
@@ -21,7 +22,7 @@ keywords:
- Network-Proxy - Network-Proxy
- Network-Other - Network-Other
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Backup - Backup
- Cloud - Cloud
@@ -11,7 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "The Archive Team Warrior is a virtual archiving appliance. You can run\ 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\ \ it to help with the Archive Team archiving efforts. It will download sites and\
\ upload them to our archive\u2014and it\u2019s really easy to do!\r\n" \ upload them to our archive\u2014and it\u2019s really easy to do!\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/archiveteam-warrior home: https://github.com/truecharts/apps/tree/master/charts/stable/archiveteam-warrior
@@ -21,7 +22,7 @@ keywords:
- Backup - Backup
- Cloud - Cloud
- Downloaders - Downloaders
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\ \ ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!).\r\
\n" \n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved home: https://github.com/truecharts/apps/tree/master/charts/stable/arksurvivalevolved
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/arksurvivalevolved.png
keywords: keywords:
- arksurvivalevolved - arksurvivalevolved
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+11 -11
View File
@@ -1,14 +1,14 @@
env: env:
GAME_ID: '376030' GAME_ID: "376030"
GAME_PARAMS: '' GAME_PARAMS: ""
GAME_PARAMS_EXTRA: -server -log GAME_PARAMS_EXTRA: -server -log
MAP: TheIsland MAP: TheIsland
PASSWRD: '' PASSWRD: ""
SERVER_NAME: '' SERVER_NAME: ""
SRV_ADMIN_PWD: '' SRV_ADMIN_PWD: ""
SRV_PWD: '' SRV_PWD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arksurvivalevolved repository: tccr.io/truecharts/arksurvivalevolved
@@ -25,11 +25,11 @@ podSecurityContext:
runAsUser: 0 runAsUser: 0
probes: probes:
liveness: liveness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
readiness: readiness:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
startup: startup:
port: '{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}' port: "{{ .Values.service.rcontcp.ports.rcontcp.targetPort }}"
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsNonRoot: false
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ ArmA III and run it.\r\n" \ ArmA III and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3 home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3
icon: https://truecharts.org/img/chart-icons/arma3.png icon: https://truecharts.org/img/chart-icons/arma3.png
keywords: keywords:
- arma3 - arma3
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -5
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '233780' GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod= GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: '2302' GAME_PORT: "2302"
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3 repository: tccr.io/truecharts/arma3
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ ArmA III including ExileMod and run it.\r\n" \ ArmA III including ExileMod and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod home: https://github.com/truecharts/apps/tree/master/charts/stable/arma3exilemod
icon: https://truecharts.org/img/chart-icons/arma3exilemod.png icon: https://truecharts.org/img/chart-icons/arma3exilemod.png
keywords: keywords:
- arma3exilemod - arma3exilemod
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+7 -7
View File
@@ -1,13 +1,13 @@
env: env:
EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip EXILEMOD_SERVER_URL: http://www.exilemod.com/ExileServer-1.0.4a.zip
GAME_ID: '233780' GAME_ID: "233780"
GAME_PARAMS: '' GAME_PARAMS: ""
GAME_PORT: '2302' GAME_PORT: "2302"
MARIA_DB_ROOT_PWD: ExileMod MARIA_DB_ROOT_PWD: ExileMod
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
WORKSHOP_MAN_INST: '' WORKSHOP_MAN_INST: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3exilemod repository: tccr.io/truecharts/arma3exilemod
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "JFrog\u2019s Artifactory open source project was created to speed up\ description:
"JFrog\u2019s Artifactory open source project was created to speed up\
\ development cycles using binary repositories. It\u2019s the world\u2019s most\ \ development cycles using binary repositories. It\u2019s the world\u2019s most\
\ advanced repository manager, creating a single place for teams to manage all their\ \ advanced repository manager, creating a single place for teams to manage all their\
\ binary artifacts efficiently." \ binary artifacts efficiently."
@@ -20,7 +21,7 @@ keywords:
- artifactory-oss - artifactory-oss
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ AssettoCorsa and run it.\r\n" \ AssettoCorsa and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa home: https://github.com/truecharts/apps/tree/master/charts/stable/assettocorsa
icon: https://truecharts.org/img/chart-icons/assettocorsa.png icon: https://truecharts.org/img/chart-icons/assettocorsa.png
keywords: keywords:
- assettocorsa - assettocorsa
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+6 -6
View File
@@ -1,10 +1,10 @@
env: env:
GAME_ID: '302550' GAME_ID: "302550"
INSTALL_ASSETTO_SERVER_MANAGER: '' INSTALL_ASSETTO_SERVER_MANAGER: ""
INSTALL_STRACKER: '' INSTALL_STRACKER: ""
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/assettocorsa repository: tccr.io/truecharts/assettocorsa
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Cloud - Cloud
- Tools-Utilities - Tools-Utilities
@@ -19,7 +19,7 @@ keywords:
- Cloud - Cloud
- Tools-Utilities - Tools-Utilities
- Network-FTP - Network-FTP
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+1 -1
View File
@@ -17,7 +17,7 @@ home: https://github.com/truecharts/apps/tree/master/charts/incubator/authentik
icon: https://truecharts.org/img/chart-icons/authentik.png icon: https://truecharts.org/img/chart-icons/authentik.png
keywords: keywords:
- authentik - authentik
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Downloaders - Downloaders
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: auto-yt-dl is used to automatically download new Videos of specific YouTube 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. Channels. It features a Web Gui to add and remove Channels from your watch list.
home: https://github.com/truecharts/apps/tree/master/charts/stable/auto-yt-dl home: https://github.com/truecharts/apps/tree/master/charts/stable/auto-yt-dl
icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png icon: https://truecharts.org/img/chart-icons/auto-yt-dl.png
keywords: keywords:
- auto-yt-dl - auto-yt-dl
- Downloaders - Downloaders
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Autoscan replaces the default Plex and Emby behaviour for picking up description:
Autoscan replaces the default Plex and Emby behaviour for picking up
file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr file changes on the file system. Autoscan integrates with Sonarr, Radarr and Lidarr
to fetch changes in near real-time without relying on the file system. to fetch changes in near real-time without relying on the file system.
home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan home: https://github.com/truecharts/apps/tree/master/charts/stable/autoscan
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/autoscan.png
keywords: keywords:
- autoscan - autoscan
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+3 -3
View File
@@ -1,7 +1,7 @@
env: env:
PLEX_LOGIN: '' PLEX_LOGIN: ""
PLEX_PASSWORD: '' PLEX_PASSWORD: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan repository: tccr.io/truecharts/autoscan
+1 -1
View File
@@ -11,7 +11,7 @@ icon: https://truecharts.org/img/chart-icons/avidemux.png
keywords: keywords:
- media - media
- avidemux - avidemux
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+3 -3
View File
@@ -43,9 +43,9 @@ configmap:
avidemux: avidemux:
enabled: true enabled: true
data: data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.avidemux.ENABLE_CJK_FONT }}" ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.avidemux.ENABLE_CJK_FONT }}'
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.avidemux.KEEP_APP_RUNNING }}" KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.avidemux.KEEP_APP_RUNNING }}'
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.avidemux.SECURE_CONNECTION }}" SECURE_CONNECTION: '{{ ternary "1" "0" .Values.avidemux.SECURE_CONNECTION }}'
DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}" DISPLAY_WIDTH: "{{ .Values.avidemux.DISPLAY_WIDTH }}"
DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}" DISPLAY_HEIGHT: "{{ .Values.avidemux.DISPLAY_HEIGHT }}"
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ Avorion and run it.\r\n" \ Avorion and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion home: https://github.com/truecharts/apps/tree/master/charts/stable/avorion
icon: https://truecharts.org/img/chart-icons/avorion.png icon: https://truecharts.org/img/chart-icons/avorion.png
keywords: keywords:
- avorion - avorion
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+6 -6
View File
@@ -1,11 +1,11 @@
env: env:
GALAXY_NAME: AvorionDocker GALAXY_NAME: AvorionDocker
GAME_ID: '565060' GAME_ID: "565060"
GAME_PARAMS: '' GAME_PARAMS: ""
PASSWRD: '' PASSWRD: ""
UMASK: '000' UMASK: "000"
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
stdin: true stdin: true
tty: true tty: true
image: image:
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Backup - Backup
- Network-Web - Network-Web
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: BackupPC is a high-performance, enterprise-grade system for backing up description:
BackupPC is a high-performance, enterprise-grade system for backing up
Linux, Windows and macOS PCs and laptops to a server's disk. Linux, Windows and macOS PCs and laptops to a server's disk.
home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc home: https://github.com/truecharts/apps/tree/master/charts/stable/backuppc
icon: https://truecharts.org/img/chart-icons/backuppc.png icon: https://truecharts.org/img/chart-icons/backuppc.png
@@ -18,7 +19,7 @@ keywords:
- backuppc - backuppc
- Backup - Backup
- Network-Web - Network-Web
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Web - Network-Web
apiVersion: v2 apiVersion: v2
@@ -15,7 +15,7 @@ icon: https://truecharts.org/img/chart-icons/baikal.png
keywords: keywords:
- baikal - baikal
- Network-Web - Network-Web
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "&lt;b&gt;Barcode Buddy is a Grocy companion app/plugin, which allows\ description:
"&lt;b&gt;Barcode Buddy is a Grocy companion app/plugin, which allows\
\ you to install the Barcode Buddy app and scan products directly to your Grocy\ \ you to install the Barcode Buddy app and scan products directly to your Grocy\
\ library.&lt;/b&gt;\r\n" \ library.&lt;/b&gt;\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy home: https://github.com/truecharts/apps/tree/master/charts/stable/barcodebuddy
@@ -19,7 +20,7 @@ keywords:
- barcodebuddy - barcodebuddy
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ Barotrauma and run it.\r\n" \ Barotrauma and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma home: https://github.com/truecharts/apps/tree/master/charts/stable/barotrauma
icon: https://truecharts.org/img/chart-icons/barotrauma.png icon: https://truecharts.org/img/chart-icons/barotrauma.png
keywords: keywords:
- barotrauma - barotrauma
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -5
View File
@@ -1,9 +1,9 @@
env: env:
GAME_ID: '1026340' GAME_ID: "1026340"
GAME_PARAMS: '' GAME_PARAMS: ""
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/barotrauma repository: tccr.io/truecharts/barotrauma
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Crypto - Crypto
apiVersion: v2 apiVersion: v2
@@ -15,7 +15,7 @@ icon: https://truecharts.org/img/chart-icons/bitcoin-node.png
keywords: keywords:
- bitcoin-node - bitcoin-node
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
- Network-Other - Network-Other
@@ -11,10 +11,11 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Support the Bitcoin network by hosting your own node! This template description:
"Support the Bitcoin network by hosting your own node! This template
provides a full Bitcoin Core node, built in a verifiably trustless way. provides a full Bitcoin Core node, built in a verifiably trustless way.
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoind
icon: https://truecharts.org/img/chart-icons/bitcoind.png icon: https://truecharts.org/img/chart-icons/bitcoind.png
keywords: keywords:
@@ -22,7 +23,7 @@ keywords:
- Tools-Utilities - Tools-Utilities
- Network-Other - Network-Other
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Other - Network-Other
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\ description:
"The Bitcoin Unlimited project seeks to provide a voice to all stakeholders\
\ in the Bitcoin ecosystem.\r\n" \ in the Bitcoin ecosystem.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinunlimited
icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png icon: https://truecharts.org/img/chart-icons/bitcoinunlimited.png
keywords: keywords:
- bitcoinunlimited - bitcoinunlimited
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,15 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Bitcoin wallet with GUI over VNC and NoVNC.&#xD; description: "Bitcoin wallet with GUI over VNC and NoVNC.&#xD;
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinwalletgui home: https://github.com/truecharts/apps/tree/master/charts/stable/bitcoinwalletgui
icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png icon: https://truecharts.org/img/chart-icons/bitcoinwalletgui.png
keywords: keywords:
- bitcoinwalletgui - bitcoinwalletgui
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,7 +1,7 @@
env: env:
VNC_PW: vncpassword VNC_PW: vncpassword
VNC_RESOLUTION: 1280x1024 VNC_RESOLUTION: 1280x1024
VNC_VIEW_ONLY: 'false' VNC_VIEW_ONLY: "false"
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/bitcoinwalletgui repository: tccr.io/truecharts/bitcoinwalletgui
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -21,7 +21,7 @@ keywords:
- Tools-Utilities - Tools-Utilities
- MediaApp-Photos - MediaApp-Photos
- MediaApp-Other - MediaApp-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Blender(https://www.blender.org/) is a free and open-source 3D computer 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, graphics software toolset used for creating animated films, visual effects, art,
3D printed models, motion graphics, interactive 3D applications, virtual reality, 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 and computer games. **This image does not support GPU rendering out of the box only
@@ -19,7 +20,7 @@ icon: https://truecharts.org/img/chart-icons/blender.png
keywords: keywords:
- blender - blender
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+3 -3
View File
@@ -1,7 +1,7 @@
env: env:
KEYBOARD: '' KEYBOARD: ""
SUBFOLDER: '' SUBFOLDER: ""
UMASK: '' UMASK: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/blender repository: tccr.io/truecharts/blender
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- HomeAutomation - HomeAutomation
- Productivity - Productivity
@@ -13,7 +13,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "A script to enable customers of lazy ISPs to perform measurement campaigns\ description:
"A script to enable customers of lazy ISPs to perform measurement campaigns\
\ of the connection speed as described here in an automated way.\r\n" \ of the connection speed as described here in an automated way.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/breitbandmessung-de home: https://github.com/truecharts/apps/tree/master/charts/stable/breitbandmessung-de
icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png icon: https://truecharts.org/img/chart-icons/breitbandmessung-de.png
@@ -24,7 +25,7 @@ keywords:
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Management - Network-Management
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Crypto - Crypto
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui description:
This is a Docker container for BTDEX based on jlesage/docker-baseimage-gui
Docker image. Docker image.
home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex home: https://github.com/truecharts/apps/tree/master/charts/stable/btdex
icon: https://truecharts.org/img/chart-icons/btdex.png icon: https://truecharts.org/img/chart-icons/btdex.png
keywords: keywords:
- btdex - btdex
- Crypto - Crypto
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
- Other - Other
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "bWAPP, or a buggy web application, is a free and open source deliberately\ description:
"bWAPP, or a buggy web application, is a free and open source deliberately\
\ insecure web application.\r\n" \ insecure web application.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp home: https://github.com/truecharts/apps/tree/master/charts/stable/bwapp
icon: https://truecharts.org/img/chart-icons/bwapp.png icon: https://truecharts.org/img/chart-icons/bwapp.png
@@ -18,7 +19,7 @@ keywords:
- bwapp - bwapp
- Tools-Utilities - Tools-Utilities
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -13,7 +13,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric\ 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\ \ 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\ \ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n" \ script that can be customized.\r\n"
@@ -26,7 +27,7 @@ keywords:
- Other - Other
- Network-Web - Network-Web
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -12,7 +12,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric\ 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\ \ 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\ \ high quality CAD models. It is easy to make many different objects using a single\
\ script that can be customized.\r\n" \ script that can be customized.\r\n"
@@ -24,7 +25,7 @@ keywords:
- Tools-Utilities - Tools-Utilities
- Other - Other
- Network-Other - Network-Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
apiVersion: v2 apiVersion: v2
@@ -9,14 +9,15 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "This Docker will download and install SteamCMD. It will also install\ description:
"This Docker will download and install SteamCMD. It will also install\
\ Chivalry: Medieval Warfare and run it.\r\n" \ Chivalry: Medieval Warfare and run it.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/chivalry-medievalwarfare home: https://github.com/truecharts/apps/tree/master/charts/stable/chivalry-medievalwarfare
icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png icon: https://truecharts.org/img/chart-icons/chivalry-medievalwarfare.png
keywords: keywords:
- chivalry-medievalwarfare - chivalry-medievalwarfare
- GameServers - GameServers
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,12 +1,12 @@
env: env:
ADMIN_PWD: adminDocker ADMIN_PWD: adminDocker
GAME_ID: '220070' GAME_ID: "220070"
GAME_PARAMS: ?port=7000?queryport=7010 GAME_PARAMS: ?port=7000?queryport=7010
GAME_PARAMS_EXTRA: -seekfreeloadingserver GAME_PARAMS_EXTRA: -seekfreeloadingserver
MAP: aocffa-moor_p MAP: aocffa-moor_p
PASSWRD: '' PASSWRD: ""
USERNAME: '' USERNAME: ""
VALIDATE: '' VALIDATE: ""
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/chivalry-medievalwarfare repository: tccr.io/truecharts/chivalry-medievalwarfare
+2 -2
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Other - Other
apiVersion: v2 apiVersion: v2
@@ -15,7 +15,7 @@ icon: https://truecharts.org/img/chart-icons/chowdown.png
keywords: keywords:
- chowdown - chowdown
- Other - Other
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
- Network-Web - Network-Web
@@ -17,7 +17,7 @@ keywords:
- chromium-desktop-g3 - chromium-desktop-g3
- Tools-Utilities - Tools-Utilities
- Network-Web - Network-Web
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
@@ -10,7 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: Chromium is a free and open-source software project developed by the description:
Chromium is a free and open-source software project developed by the
Google-sponsored Chromium project. Google-sponsored Chromium project.
home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium home: https://github.com/truecharts/apps/tree/master/charts/stable/chromium
icon: https://truecharts.org/img/chart-icons/chromium.png icon: https://truecharts.org/img/chart-icons/chromium.png
@@ -18,7 +19,7 @@ keywords:
- chromium - chromium
- Productivity - Productivity
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -4
View File
@@ -1,8 +1,8 @@
env: env:
CUSTOM_RES_H: '768' CUSTOM_RES_H: "768"
CUSTOM_RES_W: '1280' CUSTOM_RES_W: "1280"
EXTRA_PARAMETERS: '' EXTRA_PARAMETERS: ""
UMASK: '000' UMASK: "000"
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/chromium repository: tccr.io/truecharts/chromium
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-System - Tools-System
apiVersion: v2 apiVersion: v2
@@ -9,7 +9,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "Chronograf is InfluxData\u2019s open source web application. Use Chronograf\ description:
"Chronograf is InfluxData\u2019s open source web application. Use Chronograf\
\ with the other components of the TICK stack to visualize your monitoring data\ \ with the other components of the TICK stack to visualize your monitoring data\
\ and easily create alerting and automation rules." \ and easily create alerting and automation rules."
home: https://github.com/truecharts/apps/tree/master/charts/stable/chronograf home: https://github.com/truecharts/apps/tree/master/charts/stable/chronograf
@@ -17,7 +18,7 @@ icon: https://truecharts.org/img/chart-icons/chronograf.png
keywords: keywords:
- chronograf - chronograf
- Tools-System - Tools-System
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+5 -4
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Tools-Utilities - Tools-Utilities
apiVersion: v2 apiVersion: v2
@@ -9,17 +9,18 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: 'Chronos is a small container to run and schedule Python 3.7 scripts. 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, You can create virtual enviroments, edit your scripts, install Pip dependencies,
view execution logs, and debug your scripts, all from the sleek web UI. view execution logs, and debug your scripts, all from the sleek web UI.
' "
home: https://github.com/truecharts/apps/tree/master/charts/stable/chronos home: https://github.com/truecharts/apps/tree/master/charts/stable/chronos
icon: https://truecharts.org/img/chart-icons/chronos.png icon: https://truecharts.org/img/chart-icons/chronos.png
keywords: keywords:
- chronos - chronos
- Tools-Utilities - Tools-Utilities
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts
+4 -3
View File
@@ -1,5 +1,5 @@
annotations: annotations:
truecharts.org/SCALE-support: 'true' truecharts.org/SCALE-support: "true"
truecharts.org/catagories: | truecharts.org/catagories: |
- Network-Other - Network-Other
- Productivity - Productivity
@@ -11,7 +11,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.6 version: 10.4.6
deprecated: false deprecated: false
description: "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors\ 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\ \ on the lower TCP stack) and sends a notification on status change via E-Mail or\
\ Webhooks.\r\n" \ Webhooks.\r\n"
home: https://github.com/truecharts/apps/tree/master/charts/stable/ciao home: https://github.com/truecharts/apps/tree/master/charts/stable/ciao
@@ -21,7 +22,7 @@ keywords:
- Network-Other - Network-Other
- Productivity - Productivity
- Tools-System - Tools-System
kubeVersion: '>=1.16.0-0' kubeVersion: ">=1.16.0-0"
maintainers: maintainers:
- email: info@truecharts.org - email: info@truecharts.org
name: TrueCharts name: TrueCharts

Some files were not shown because too many files have changed in this diff Show More