Compare commits
33 Commits
adminer-7.
...
adminer-7.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebb11dbbe9 | ||
|
|
a0e5b62dae | ||
|
|
9a55ac8c43 | ||
|
|
4649053975 | ||
|
|
73573ac116 | ||
|
|
d7d0018481 | ||
|
|
39266be329 | ||
|
|
7e7696c633 | ||
|
|
2f184eb3cc | ||
|
|
45967f2514 | ||
|
|
86fe520055 | ||
|
|
a332225841 | ||
|
|
7ae081c93a | ||
|
|
d49f850f50 | ||
|
|
3c10b19867 | ||
|
|
15bf9a20e4 | ||
|
|
8f80af55ba | ||
|
|
c942f6efa3 | ||
|
|
e299e047bb | ||
|
|
9d0463c954 | ||
|
|
e9f7298781 | ||
|
|
89fcf1ea7d | ||
|
|
791b781c33 | ||
|
|
b118ccf6d9 | ||
|
|
1482d8090e | ||
|
|
64339bd4b4 | ||
|
|
da7c1a867c | ||
|
|
e6f9b2cdf5 | ||
|
|
2a6bca86cc | ||
|
|
57598d30a4 | ||
|
|
7e212caadd | ||
|
|
1e0dbf15e9 | ||
|
|
0a5991fb82 |
49
.github/renovate.json5
vendored
49
.github/renovate.json5
vendored
@@ -196,22 +196,30 @@
|
||||
],
|
||||
},
|
||||
//
|
||||
// Tag tccr.io/truecharts based on semver
|
||||
//
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "semver",
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts"],
|
||||
},
|
||||
//
|
||||
// Tag semantic version type based on regex
|
||||
//
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>14)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
"matchPackageNames": ["tccr.io/truecharts/postgresql"],
|
||||
"matchPackageNames": ["tccr.io/tccr/postgresql"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$",
|
||||
"matchPackageNames": ["tccr.io/truecharts/photoprism"],
|
||||
"matchPackageNames": ["tccr.io/tccr/photoprism"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{4})-(?<minor>\\d{2})$",
|
||||
"matchPackageNames": ["tccr.io/truecharts/rss-bridge"],
|
||||
"matchPackageNames": ["tccr.io/tccr/rss-bridge"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
@@ -222,7 +230,7 @@
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/jitsi"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/jitsi"],
|
||||
"groupName": "jitsi",
|
||||
},
|
||||
{
|
||||
@@ -252,12 +260,12 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/metallb"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/metallb"],
|
||||
"groupName": "metallb",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/zabbix"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/zabbix"],
|
||||
"groupName": "zabbix",
|
||||
},
|
||||
{
|
||||
@@ -267,7 +275,7 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/ml-workspace"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/ml-workspace"],
|
||||
"groupName": "ml-workspace",
|
||||
},
|
||||
{
|
||||
@@ -275,6 +283,11 @@
|
||||
"matchPackagePrefixes": ["itzg/bungeecord"],
|
||||
"groupName": "bungeecord",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/nextcloud-"],
|
||||
"groupName": "nextcloud",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["itzg/minecraft-java"],
|
||||
@@ -282,17 +295,17 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/mealie"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/mealie"],
|
||||
"groupName": "mealie",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/librephotos"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/librephotos"],
|
||||
"groupName": "librephotos",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/kitchenowl"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/kitchenowl"],
|
||||
"groupName": "kitchenowl",
|
||||
},
|
||||
{
|
||||
@@ -302,42 +315,42 @@
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/lama-cleaner"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/lama-cleaner"],
|
||||
"groupName": "lama-cleaner",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/rickroll"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/rickroll"],
|
||||
"groupName": "rickroll",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/scrypted"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/scrypted"],
|
||||
"groupName": "scrypted",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/docspell"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/docspell"],
|
||||
"groupName": "docspell",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/restreamer"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/restreamer"],
|
||||
"groupName": "restreamer",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/penpot"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/penpot"],
|
||||
"groupName": "penpot",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/rdesktop"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/rdesktop"],
|
||||
"groupName": "rdesktop",
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackagePrefixes": ["tccr.io/truecharts/ersatztv"],
|
||||
"matchPackagePrefixes": ["tccr.io/tccr/ersatztv"],
|
||||
"groupName": "ersatztv",
|
||||
},
|
||||
// matchPackagePatterns
|
||||
|
||||
62
.github/scripts/install_dependencies.sh
vendored
Executable file
62
.github/scripts/install_dependencies.sh
vendored
Executable file
@@ -0,0 +1,62 @@
|
||||
#!/bin/bash
|
||||
|
||||
curr_chart=$1
|
||||
|
||||
if [ -z "$curr_chart" ]
|
||||
then
|
||||
echo "No chart name provided"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Chart name: $curr_chart"
|
||||
|
||||
if [[ "$curr_chart" == "charts/operators/metallb-config" ]]; then
|
||||
echo "Installing metallb chart"
|
||||
helm install metallb oci://tccr.io/truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install metallb chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing metallb chart"
|
||||
fi
|
||||
|
||||
|
||||
if [[ "$curr_chart" == "charts/enterprise/clusterissuer" ]]; then
|
||||
echo "Installing cert-manager chart"
|
||||
helm install cert-manager oci://tccr.io/truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install cert-manager chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing cert-manager chart"
|
||||
fi
|
||||
|
||||
if [[ "$curr_chart" != "charts/operators/cloudnative-pg" ]]; then
|
||||
echo "Installing cloudnative-pg chart"
|
||||
helm install cloudnative-pg oci://tccr.io/truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install cloudnative-pg chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing cloudnative-pg chart"
|
||||
fi
|
||||
|
||||
if [[ "$curr_chart" != "charts/operators/prometheus-operator" ]]; then
|
||||
echo "Installing prometheus-operator chart"
|
||||
helm install prometheus-operator oci://tccr.io/truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install prometheus-operator chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing prometheus-operator chart"
|
||||
fi
|
||||
|
||||
if [[ "$curr_chart" != "charts/enterprise/traefik" ]]; then
|
||||
echo "Installing traefik chart"
|
||||
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install traefik chart"
|
||||
exit 1
|
||||
fi
|
||||
echo "Done installing traefik chart"
|
||||
fi
|
||||
12
.github/scripts/prep_helm.sh
vendored
Executable file
12
.github/scripts/prep_helm.sh
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
1
.github/workflows/charts-release.yaml
vendored
1
.github/workflows/charts-release.yaml
vendored
@@ -230,7 +230,6 @@ jobs:
|
||||
echo "---"
|
||||
echo "title: some title"
|
||||
echo "---"
|
||||
exit 99
|
||||
fi
|
||||
echo "Not bad title found, continuing..."
|
||||
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
||||
|
||||
182
.github/workflows/charts-test.yaml
vendored
182
.github/workflows/charts-test.yaml
vendored
@@ -145,36 +145,14 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
@@ -221,36 +199,15 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
@@ -297,36 +254,14 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
@@ -373,36 +308,14 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
@@ -449,36 +362,14 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
@@ -525,36 +416,15 @@ jobs:
|
||||
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
|
||||
|
||||
- name: Prep Helm
|
||||
shell: bash
|
||||
run: |
|
||||
helm repo add truecharts-deps https://deps.truecharts.org
|
||||
helm repo add jetstack https://charts.jetstack.io
|
||||
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
|
||||
helm repo add cnpg https://cloudnative-pg.github.io/charts
|
||||
helm repo add metallb https://metallb.github.io/metallb
|
||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
helm repo add openebs https://openebs.github.io/charts
|
||||
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||
helm repo update
|
||||
./.github/scripts/prep_helm.sh
|
||||
|
||||
- name: Add Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
|
||||
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
|
||||
fi
|
||||
## TODO: Only add when required
|
||||
if [[ "${{ matrix.chart }}" == "charts/enterprise/clusterissuer" ]]; then
|
||||
helm install cert-manager truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
|
||||
helm install cloudnative-pg truecharts/cloudnative-pg --namespace cloudnative-pg --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
|
||||
helm install prometheus-operator truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
|
||||
fi
|
||||
if [[ "${{ matrix.chart }}" != "charts/enterprise/traefik" ]]; then
|
||||
helm install traefik truecharts/traefik --namespace traefik --create-namespace --wait
|
||||
fi
|
||||
./.github/scripts/install_dependencies.sh "${{ matrix.chart }}"
|
||||
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: ct install --config ".github/ct-install.yaml" --charts "${{ matrix.chart }}" # --upgrade
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: clickhouse
|
||||
version: 10.2.3
|
||||
version: 10.2.6
|
||||
appVersion: 23.12.1.1368
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/charts/dependency/clickhouse
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://clickhouse.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
- https://hub.docker.com/r/clickhouse/clickhouse-server
|
||||
- https://clickhouse.com/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- sql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,13 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: clickhouseDatabase
|
||||
@@ -102,7 +100,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -124,7 +121,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: kube-state-metrics
|
||||
version: 6.1.3
|
||||
version: 6.1.6
|
||||
appVersion: 2.10.1
|
||||
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
home: https://truecharts.org/charts/dependency/kube-state-metrics
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,14 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -70,12 +67,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -97,7 +91,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{metrics}
|
||||
# Include{prometheusRule}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: mariadb
|
||||
version: 12.1.3
|
||||
version: 12.1.6
|
||||
appVersion: 11.2.2
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/charts/dependency/mariadb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
- https://hub.docker.com/r/bitnami/mariadb
|
||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
- https://hub.docker.com/r/bitnami/mariadb
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- sql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,13 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: mariadbDatabase
|
||||
@@ -80,7 +78,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -102,7 +99,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: memcached
|
||||
version: 11.1.3
|
||||
version: 11.1.6
|
||||
appVersion: 1.6.22
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/charts/dependency/memcached
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- cache
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -38,7 +38,6 @@ questions:
|
||||
# Include{serviceList}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -60,7 +59,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: mongodb
|
||||
version: 11.1.4
|
||||
version: 11.1.7
|
||||
appVersion: 7.0.4
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/charts/dependency/mongodb
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||
- https://hub.docker.com/r/bitnami/mongodb
|
||||
- https://www.mongodb.com
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||
- https://hub.docker.com/r/bitnami/mongodb
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- nosql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,13 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: mongodbDatabase
|
||||
@@ -80,7 +78,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -102,7 +99,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: node-exporter
|
||||
version: 6.1.3
|
||||
version: 6.1.6
|
||||
appVersion: 1.7.0
|
||||
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
|
||||
home: https://truecharts.org/charts/dependency/node-exporter
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,14 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -48,12 +45,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -75,7 +69,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{metrics}
|
||||
# Include{prometheusRule}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: redis
|
||||
version: 11.1.3
|
||||
version: 11.1.6
|
||||
appVersion: 7.2.3
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- database
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,13 +3,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: redisPassword
|
||||
@@ -59,7 +57,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -81,7 +78,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: solr
|
||||
version: 9.1.3
|
||||
version: 9.1.6
|
||||
appVersion: 9.4.0
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- search
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: solrCores
|
||||
@@ -82,7 +80,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -104,7 +101,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: checkmk
|
||||
version: 1.0.10
|
||||
version: 1.0.13
|
||||
appVersion: 2.2.0
|
||||
description: Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
|
||||
home: https://truecharts.org/charts/incubator/checkmk
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/tribe29/checkmk
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/checkmk
|
||||
- https://hub.docker.com/r/checkmk/check-mk-raw
|
||||
- https://github.com/tribe29/checkmk
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -14,7 +13,6 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: cmk
|
||||
group: App Configuration
|
||||
label: Check-mk Configuration
|
||||
@@ -49,7 +47,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -138,11 +135,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -165,7 +159,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: cherry
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 0.0.7
|
||||
description: An open source self-hosted bookmark service
|
||||
home: https://truecharts.org/charts/incubator/cherry
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://cherry.haishan.me/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
|
||||
- https://hub.docker.com/r/haishanh/cherry
|
||||
- https://github.com/haishanh/cherry
|
||||
- https://cherry.haishan.me/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- bookmark
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -14,7 +13,6 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: cherry
|
||||
group: App Configuration
|
||||
label: Cherry Configuration
|
||||
@@ -54,7 +52,6 @@ questions:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -99,11 +96,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -126,7 +120,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: cleanarr
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 2.5.0
|
||||
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
|
||||
home: https://truecharts.org/charts/incubator/cleanarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/se1exin/cleanarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr
|
||||
- https://hub.docker.com/r/selexin/cleanarr
|
||||
- https://github.com/se1exin/cleanarr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- cleanarr
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
@@ -92,12 +90,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -119,7 +114,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: coupon-store
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 1.3.0
|
||||
description: A home for all your coupons and loyalty cards.
|
||||
home: https://truecharts.org/charts/incubator/coupon-store
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/metikular/coupon-store
|
||||
- https://github.com/linuxserver/docker-airsonic
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
|
||||
- https://hub.docker.com/r/metikular/coupon-store
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- coupons
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -50,11 +48,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -77,7 +72,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: dsmr-reader
|
||||
version: 13.0.10
|
||||
version: 13.0.13
|
||||
appVersion: 2021.09.02
|
||||
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
|
||||
home: https://truecharts.org/charts/incubator/dsmr-reader
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/xirixiz/dsmr-reader-docker
|
||||
- https://github.com/dsmrreader/dsmr-reader
|
||||
- https://github.com/xirixiz/dsmr-reader-docker
|
||||
- https://github.com/dsmrreader/dsmr-reader
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dsmr-reader
|
||||
- https://hub.docker.com/r/xirixiz/dsmr-reader-docker
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- energy
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -58,12 +57,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -85,7 +81,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: euterpe
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 1.5.4
|
||||
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
|
||||
home: https://truecharts.org/charts/incubator/euterpe
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- MediaServer-Music
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -14,7 +13,6 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: euterpe
|
||||
group: App Configuration
|
||||
label: Discord GSM Configuration
|
||||
@@ -130,7 +128,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 1048576
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -175,11 +172,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -202,7 +196,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: flemarr
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
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/charts/incubator/flemarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/Flemmarr/Flemmarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/flemarr
|
||||
- https://hub.docker.com/r/pierremesure/flemmarr
|
||||
- https://github.com/Flemmarr/Flemmarr
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- flemarr
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -4,7 +4,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -28,13 +27,11 @@ questions:
|
||||
required: true
|
||||
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
|
||||
default: ""
|
||||
|
||||
# Include{serviceExpertRoot}
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -56,7 +53,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: focalboard
|
||||
version: 14.0.10
|
||||
version: 14.0.13
|
||||
appVersion: 7.11.4
|
||||
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
|
||||
home: https://truecharts.org/charts/incubator/focalboard
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/mattermost/focalboard
|
||||
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
|
||||
- https://www.focalboard.com/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/focalboard
|
||||
- https://hub.docker.com/r/mattermost/focalboard
|
||||
- https://www.focalboard.com/
|
||||
- https://github.com/mattermost/focalboard
|
||||
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- project management
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
- variable: focalboard
|
||||
@@ -44,7 +42,6 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -91,12 +88,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -118,7 +112,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: gotify
|
||||
version: 14.0.10
|
||||
version: 14.0.13
|
||||
appVersion: 2.4.0
|
||||
description: A simple server for sending and receiving messages.
|
||||
home: https://truecharts.org/charts/incubator/gotify
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
- https://github.com/gotify/server
|
||||
- https://gotify.net/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
|
||||
- https://hub.docker.com/r/gotify/server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- notifications
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
@@ -173,7 +171,6 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -218,12 +215,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -245,7 +239,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: icinga2
|
||||
version: 8.0.10
|
||||
version: 8.0.13
|
||||
appVersion: 2.14.0
|
||||
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/charts/incubator/icinga2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/jordan/icinga2
|
||||
- https://icinga.com/
|
||||
- https://github.com/jjethwa/icinga2
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/icinga2
|
||||
- https://hub.docker.com/r/jordan/icinga2
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- monitoring
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -126,12 +125,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -153,7 +149,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: koel
|
||||
version: 8.0.10
|
||||
version: 8.0.13
|
||||
appVersion: latest
|
||||
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/charts/incubator/koel
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/koel/docker
|
||||
- https://github.com/koel/koel
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/koel
|
||||
- https://hub.docker.com/r/phanan/koel
|
||||
- https://github.com/koel/docker
|
||||
- https://github.com/koel/koel
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- stream
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -111,12 +110,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -138,7 +134,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: kutt
|
||||
version: 8.0.10
|
||||
version: 8.0.13
|
||||
appVersion: 2.7.4
|
||||
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/charts/incubator/kutt
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- short
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -181,12 +179,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -208,7 +203,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: leantime
|
||||
version: 9.0.10
|
||||
version: 9.0.13
|
||||
appVersion: 2.4.7
|
||||
description: Straightforward open source project management system to make your ideas reality.
|
||||
home: https://truecharts.org/charts/incubator/leantime
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- management
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,12 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
@@ -51,12 +48,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -78,7 +72,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: lenpaste
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 1.1.1
|
||||
description: Lenpaste is a web service that allows you to share notes anonymously
|
||||
home: https://truecharts.org/charts/incubator/lenpaste
|
||||
@@ -18,7 +18,7 @@ keywords:
|
||||
- lenpaste
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: App Configuration
|
||||
label: Image Environment
|
||||
@@ -108,12 +106,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -135,7 +130,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: linkace
|
||||
version: 9.0.10
|
||||
version: 9.0.13
|
||||
appVersion: 1.13.0-simple
|
||||
description: Your self-hosted bookmark archive. Free and open source.
|
||||
home: https://truecharts.org/charts/incubator/linkace
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/linkace/linkace
|
||||
- https://www.linkace.org/docs/
|
||||
- https://github.com/linkace/linkace
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/linkace
|
||||
- https://hub.docker.com/r/linkace/linkace
|
||||
maintainers:
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- linkace
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -202,12 +200,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -229,7 +224,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 82
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: lychee
|
||||
version: 18.0.10
|
||||
version: 18.0.13
|
||||
appVersion: 4.13.0
|
||||
description: Lychee is a free photo-management tool, which runs on your server or web-space
|
||||
home: https://truecharts.org/charts/incubator/lychee
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- pictures
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -189,12 +187,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -216,7 +211,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: magicmirror2
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: latest
|
||||
description: Open source modular smart mirror platform.
|
||||
home: https://truecharts.org/charts/incubator/magicmirror2
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- smart
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: magicmirror
|
||||
@@ -78,11 +76,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -105,7 +100,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: microbin
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 2.0.4
|
||||
description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application.
|
||||
home: https://truecharts.org/charts/incubator/microbin
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- microbin
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -114,7 +113,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 1
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -159,12 +157,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -186,7 +181,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: money-balancer
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 1.3.0
|
||||
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/charts/incubator/money-balancer
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/dorianim/money-balancer
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer
|
||||
- https://ghcr.io/dorianim/money-balancer
|
||||
- https://github.com/dorianim/money-balancer
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- balance
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -59,12 +57,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -86,7 +81,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: noisedash
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 0.6.12
|
||||
description: Self-hosted web tool for generating ambient noises
|
||||
home: https://truecharts.org/charts/incubator/noisedash
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- noise
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -28,7 +27,6 @@ questions:
|
||||
type: int
|
||||
required: true
|
||||
default: 10737418240
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -81,11 +79,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -108,7 +103,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: openkm
|
||||
version: 12.0.10
|
||||
version: 12.0.13
|
||||
appVersion: 6.3.12
|
||||
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
|
||||
home: https://truecharts.org/charts/incubator/openkm
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- docs
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,12 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
@@ -60,12 +57,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -87,7 +81,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: openldap
|
||||
version: 11.0.10
|
||||
version: 11.0.13
|
||||
appVersion: 1.5.0
|
||||
description: Community developed LDAP software
|
||||
home: https://truecharts.org/charts/incubator/openldap
|
||||
@@ -9,9 +9,9 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/jp-gouin/helm-openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/openldap
|
||||
- https://hub.docker.com/r/osixia/openldap
|
||||
- https://github.com/osixia/docker-openldap
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- high availability
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -3,7 +3,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -211,7 +210,6 @@ questions:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -233,7 +231,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: openproject
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 13.0.7
|
||||
description: OpenProject is a web-based project management system for location-independent team collaboration.
|
||||
home: https://truecharts.org/charts/incubator/openproject
|
||||
@@ -19,7 +19,7 @@ keywords:
|
||||
- Productivity
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
@@ -59,12 +57,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -86,7 +81,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: penpot
|
||||
version: 4.0.9
|
||||
version: 4.0.12
|
||||
appVersion: 1.19.3
|
||||
description: Open Source design and prototyping platform.
|
||||
home: https://truecharts.org/charts/incubator/penpot
|
||||
@@ -10,7 +10,7 @@ deprecated: false
|
||||
sources:
|
||||
- https://github.com/penpot/penpot
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/penpot
|
||||
- https://hub.docker.com/r/penpotapp/frontend
|
||||
- https://hub.docker.com/r/penpotapp/backend
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- design
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -418,11 +417,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
@@ -445,7 +441,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: plik
|
||||
version: 1.0.10
|
||||
version: 1.0.13
|
||||
appVersion: 1.3.8
|
||||
description: A scalable file uploading system with multiple backends.
|
||||
home: https://truecharts.org/charts/incubator/plik
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- files
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -14,7 +13,6 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: plik
|
||||
group: App Configuration
|
||||
label: Plik Configuration
|
||||
@@ -516,7 +514,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: https://eu.api.ovh.com/1.0
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -561,12 +558,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -588,7 +582,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: postgresql
|
||||
version: 15.0.11
|
||||
version: 15.0.14
|
||||
appVersion: 14.10.0
|
||||
description: PostgresSQL
|
||||
home: https://truecharts.org/charts/incubator/postgresql
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/postgresql
|
||||
- https://hub.docker.com/r/bitnami/postgresql
|
||||
- https://www.postgresql.org/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -22,7 +22,7 @@ keywords:
|
||||
- sql
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
# Include{groups}
|
||||
questions:
|
||||
# Include{global}
|
||||
|
||||
# Include{postgresql}
|
||||
# Include{postgresqlBasics}
|
||||
|
||||
# Include{documentation}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: privatebin
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 1.6.0
|
||||
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
|
||||
home: https://truecharts.org/charts/incubator/privatebin
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://privatebin.info/
|
||||
- https://github.com/PrivateBin/PrivateBin
|
||||
- https://privatebin.info/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin
|
||||
- https://hub.docker.com/r/privatebin/pdo
|
||||
maintainers:
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- pastebin
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: privatebin
|
||||
group: "App Configuration"
|
||||
label: "PrivateBin Custom Configuration"
|
||||
@@ -351,12 +349,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -378,7 +373,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 82
|
||||
|
||||
# Include{resources}
|
||||
# Include{postgresql}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: youtrack
|
||||
version: 3.0.10
|
||||
version: 3.0.13
|
||||
appVersion: 2023.2.20316
|
||||
description: YouTrack is a project management tool that can be adapted to your processes to help you deliver great products.
|
||||
home: https://truecharts.org/charts/incubator/youtrack
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- ProjectManagement
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -14,7 +13,6 @@ questions:
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
|
||||
- variable: youtrack
|
||||
group: App Configuration
|
||||
label: YouTrack Configuration
|
||||
@@ -181,8 +179,6 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
|
||||
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
@@ -251,12 +247,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -278,7 +271,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: authelia
|
||||
version: 22.1.3
|
||||
version: 22.1.7
|
||||
appVersion: 4.37.5
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
home: https://truecharts.org/charts/enterprise/authelia
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/authelia/authelia
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia
|
||||
- https://ghcr.io/authelia/authelia
|
||||
- https://github.com/authelia/authelia
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -30,14 +30,14 @@ keywords:
|
||||
- LDAP
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 11.1.0
|
||||
version: 11.1.5
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
|
||||
@@ -880,8 +880,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: blocky
|
||||
version: 12.1.3
|
||||
version: 12.1.7
|
||||
appVersion: "0.22"
|
||||
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
|
||||
home: https://truecharts.org/charts/enterprise/blocky
|
||||
@@ -22,14 +22,14 @@ keywords:
|
||||
- blocky
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 11.1.0
|
||||
version: 11.1.5
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
|
||||
@@ -6,13 +6,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
- variable: webUI
|
||||
group: App Configuration
|
||||
label: WebUI Configuration
|
||||
@@ -825,8 +823,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: clusterissuer
|
||||
version: 6.1.3
|
||||
version: 6.1.6
|
||||
appVersion: latest
|
||||
description: Certificate management for Kubernetes
|
||||
home: https://truecharts.org/charts/enterprise/clusterissuer
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/_/hello-world
|
||||
- https://cert-manager.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
|
||||
- https://hub.docker.com/_/hello-world
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -20,7 +20,7 @@ keywords:
|
||||
- certificates
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -313,7 +313,6 @@ questions:
|
||||
max_length: 10240
|
||||
show_if: [["selfSigned", "=", false]]
|
||||
default: ""
|
||||
|
||||
- variable: selfSigned
|
||||
label: 'SelfSigned Issuer'
|
||||
schema:
|
||||
@@ -334,7 +333,6 @@ questions:
|
||||
required: true
|
||||
valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$'
|
||||
default: "selfsigned"
|
||||
|
||||
- variable: clusterCertificates
|
||||
group: App Configuration
|
||||
label: Cluster Wide Certificates (Advanced)
|
||||
@@ -387,7 +385,6 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: customMetrics
|
||||
group: Metrics
|
||||
label: Prometheus Metrics
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: grafana
|
||||
version: 11.1.3
|
||||
version: 11.1.6
|
||||
appVersion: 10.2.3
|
||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
home: https://truecharts.org/charts/enterprise/grafana
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- logs
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,7 +6,6 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
@@ -98,12 +97,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -125,7 +121,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{metrics}
|
||||
# Include{prometheusRule}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: kubernetes-reflector
|
||||
version: 3.1.3
|
||||
version: 3.1.6
|
||||
appVersion: 7.1.217
|
||||
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
|
||||
home: https://truecharts.org/charts/enterprise/kubernetes-reflector
|
||||
@@ -23,7 +23,7 @@ keywords:
|
||||
- certificates
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: metallb-config
|
||||
version: 5.1.3
|
||||
version: 5.1.6
|
||||
appVersion: latest
|
||||
description: A network load-balancer implementation for Kubernetes using standard routing protocols
|
||||
home: https://truecharts.org/charts/enterprise/metallb-config
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb-config
|
||||
- https://hub.docker.com/_/hello-world
|
||||
- https://metallb.universe.tf
|
||||
- https://github.com/metallb/metallb
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb-config
|
||||
- https://hub.docker.com/_/hello-world
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- loadbalancer
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: prometheus
|
||||
version: 16.1.3
|
||||
version: 16.1.7
|
||||
appVersion: 2.48.1
|
||||
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.
|
||||
home: https://truecharts.org/charts/enterprise/prometheus
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
|
||||
- https://hub.docker.com/r/bitnami/prometheus
|
||||
- https://hub.docker.com/r/bitnami/alertmanager
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -20,21 +20,21 @@ keywords:
|
||||
- metrics
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: node-exporter
|
||||
version: 6.1.0
|
||||
version: 6.1.5
|
||||
repository: https://deps.truecharts.org
|
||||
condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: kube-state-metrics
|
||||
version: 6.1.0
|
||||
version: 6.1.5
|
||||
repository: https://deps.truecharts.org
|
||||
condition: exporters.enabled,exporters.kube-state-metrics.enabled
|
||||
alias: ""
|
||||
|
||||
@@ -23,7 +23,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "info"
|
||||
|
||||
- variable: prometheus
|
||||
group: "App Configuration"
|
||||
label: "Prometheus Settings"
|
||||
@@ -119,7 +118,6 @@ questions:
|
||||
type: string
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
- variable: exporters
|
||||
group: "App Configuration"
|
||||
label: "Exporter Settings"
|
||||
@@ -149,7 +147,6 @@ questions:
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
- variable: alertmanager
|
||||
group: "App Configuration"
|
||||
label: "Alertmanager Settings"
|
||||
@@ -233,8 +230,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{advanced}
|
||||
|
||||
@@ -1,18 +1,17 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: traefik
|
||||
version: 25.1.3
|
||||
appVersion: 2.10.5
|
||||
version: 25.1.9
|
||||
appVersion: 2.10.7
|
||||
description: Traefik is a flexible reverse proxy and Ingress Provider.
|
||||
home: https://truecharts.org/charts/enterprise/traefik
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://traefik.io/
|
||||
- https://github.com/traefik/traefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
|
||||
- https://github.com/truecharts/containers/tree/master/mirrortraefik
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -22,7 +21,7 @@ keywords:
|
||||
- ingress
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -5,6 +5,12 @@ title: Installing Traefik
|
||||
Within TrueCharts, our aim is to make it as easy as possible to secure your Apps.
|
||||
To support this, we supply a separate Traefik "ingress" app, which has been pre-configured to provide secure and fast connections.
|
||||
|
||||
:::notice
|
||||
|
||||
The current TrueCharts implementation of Traefik doesn't support TCP/UDP Ingress, only HTTP/HTTPS
|
||||
|
||||
:::
|
||||
|
||||
## How-To
|
||||
|
||||
### TrueNAS WebUI
|
||||
|
||||
@@ -7,13 +7,11 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
- variable: expertIngressClass
|
||||
@@ -379,8 +377,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
@@ -405,7 +401,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
# Include{resources}
|
||||
# Include{metrics}
|
||||
# Include{prometheusRule}
|
||||
@@ -415,7 +410,6 @@ questions:
|
||||
# Include{netshoot}
|
||||
# Include{vpn}
|
||||
# Include{documentation}
|
||||
|
||||
- variable: warning
|
||||
group: Documentation
|
||||
label: 'WARNING: If installed, be sure to move the TrueNAS GUI to another port (not 80 or 443).'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/traefik
|
||||
tag: v2.10.5@sha256:b277733b5b8d7f9d2761813d97e161c1f64ec77960f9c06adde13868efbc8dce
|
||||
repository: tccr.io/tccr/traefik
|
||||
tag: v2.10.7@sha256:769efdfa064ad6fa83fcfa79b202a93d5955f36361d01b2ba591312fe29ac0de
|
||||
pullPolicy: IfNotPresent
|
||||
manifestManager:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: vaultwarden
|
||||
version: 25.1.3
|
||||
version: 25.1.6
|
||||
appVersion: 1.30.1
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
home: https://truecharts.org/charts/enterprise/vaultwarden
|
||||
@@ -24,7 +24,7 @@ keywords:
|
||||
- rust
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -385,8 +385,6 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: velero
|
||||
version: 3.1.3
|
||||
version: 3.1.8
|
||||
appVersion: latest
|
||||
description: Velero is a kubernetes-native backup solution
|
||||
home: https://truecharts.org/charts/incubator/velero
|
||||
@@ -11,7 +11,6 @@ sources:
|
||||
- https://cert-manager.io/
|
||||
- https://github.com/cert-manager
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/velero
|
||||
- https://github.com/truecharts/containers/tree/master/mirroralpine
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -21,7 +20,7 @@ keywords:
|
||||
- backup
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.19
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# Include{groups}
|
||||
questions:
|
||||
# Include{global}
|
||||
|
||||
- variable: backupStorageLocationList
|
||||
group: "App Configuration"
|
||||
label: "Backup Storage Locations"
|
||||
@@ -255,7 +254,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
|
||||
- variable: schedules
|
||||
group: "App Configuration"
|
||||
label: "Pre-Defined Backup Schedules"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alpine
|
||||
tag: latest@sha256:51c4ca9a8213d3f4026bd560e8aa2de365d275d6cd0298eff2ae20671fef34e9
|
||||
repository: tccr.io/tccr/alpine
|
||||
tag: latest@sha256:12e0f84947ee7fc11f552e065a46d5a2b4e27cfc6ded0f624fc948c3138fb9a9
|
||||
manifestManager:
|
||||
enabled: false
|
||||
operator:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: apprise-api
|
||||
version: 4.0.10
|
||||
version: 4.0.13
|
||||
appVersion: 0.9.5
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/incubator/apprise-api
|
||||
@@ -21,7 +21,7 @@ keywords:
|
||||
- usenet
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.18
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
|
||||
@@ -6,11 +6,9 @@ questions:
|
||||
# Include{global}
|
||||
# Include{workload}
|
||||
# Include{workloadDeployment}
|
||||
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -148,12 +146,9 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
@@ -175,7 +170,6 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 33
|
||||
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user