Compare commits

..

8 Commits

Author SHA1 Message Date
Kjeld Schouten
64339bd4b4 chore: increase common version for oci fixes 2024-01-01 23:59:49 +01:00
Kjeld Schouten
da7c1a867c Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 23:53:43 +01:00
Stavros Kois
e6f9b2cdf5 fix(ci): fix repo for charts (#16742)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-01-01 23:26:55 +01:00
TrueCharts Bot
2a6bca86cc chore(deps): update helm general non-major by renovate (#16734)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.0` ->
`6.1.3` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.1.0` ->
`12.1.3` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.0` ->
`11.1.3` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.0` ->
`11.1.4` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.0` ->
`6.1.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.0` ->
`11.1.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v6.1.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-6.1.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-6.1.0...kube-state-metrics-6.1.3)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-01 22:36:00 +01:00
Kjeld Schouten
57598d30a4 Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 22:30:24 +01:00
Kjeld Schouten
7e212caadd chore: ensure everything is bumped into oci 2024-01-01 22:07:14 +01:00
Stavros Kois
1e0dbf15e9 chore(questions): remove non-existent template refs (#16738)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-01-01 21:28:20 +02:00
Stavros Kois
0a5991fb82 chore(scripts): dont fail for docs formatting on release
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-01 20:22:23 +02:00
1695 changed files with 1944 additions and 7172 deletions

View File

@@ -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",
},
{
@@ -282,17 +290,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 +310,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

View File

@@ -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)

View File

@@ -152,28 +152,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -228,28 +228,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -304,28 +304,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -380,28 +380,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -456,28 +456,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)
@@ -532,28 +532,28 @@ jobs:
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 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
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
helm install metallb truecharts/metallb --namespace metallb --create-namespace --wait
helm install metallb oci://tccr.io/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
helm install cert-manager oci://tccr.io/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
helm install cloudnative-pg oci://tccr.io/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
helm install prometheus-operator oci://tccr.io/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
helm install traefik oci://tccr.io/truecharts/traefik --namespace traefik --create-namespace --wait
fi
- name: Run chart-testing (install)

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clickhouse
version: 10.2.3
version: 10.2.4
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kube-state-metrics
version: 6.1.3
version: 6.1.4
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

View File

@@ -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}

View File

@@ -1,18 +1,18 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: mariadb
version: 12.1.3
version: 12.1.4
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://mariadb.org
- 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
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: memcached
version: 11.1.3
version: 11.1.4
appVersion: 1.6.22
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
deprecated: false
sources:
- https://hub.docker.com/r/bitnami/memcached
- https://github.com/bitnami/bitnami-docker-memcached
- https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
- https://hub.docker.com/r/bitnami/memcached
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: mongodb
version: 11.1.4
version: 11.1.5
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: node-exporter
version: 6.1.3
version: 6.1.4
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

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: redis
version: 11.1.3
version: 11.1.4
appVersion: 7.2.3
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
deprecated: false
sources:
- https://github.com/bitnami/bitnami-docker-redis
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: solr
version: 9.1.3
version: 9.1.4
appVersion: 9.4.0
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: checkmk
version: 1.0.10
version: 1.0.11
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

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cherry
version: 3.0.10
version: 3.0.11
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://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/
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://hub.docker.com/r/haishanh/cherry
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cleanarr
version: 3.0.10
version: 3.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: coupon-store
version: 4.0.10
version: 4.0.11
appVersion: 1.3.0
description: A home for all your coupons and loyalty cards.
home: https://truecharts.org/charts/incubator/coupon-store

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dsmr-reader
version: 13.0.10
version: 13.0.11
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/truecharts/charts/tree/master/charts/incubator/dsmr-reader
- https://hub.docker.com/r/xirixiz/dsmr-reader-docker
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: euterpe
version: 4.0.10
version: 4.0.11
appVersion: 1.5.4
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
home: https://truecharts.org/charts/incubator/euterpe
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
deprecated: false
sources:
- https://hub.docker.com/r/ironsmile/euterpe
- https://github.com/ironsmile/euterpe
- https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe
- https://hub.docker.com/r/ironsmile/euterpe
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: flemarr
version: 3.0.10
version: 3.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: focalboard
version: 14.0.10
version: 14.0.11
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

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: gotify
version: 14.0.10
version: 14.0.11
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

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: icinga2
version: 8.0.10
version: 8.0.11
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

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: koel
version: 8.0.10
version: 8.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kutt
version: 8.0.10
version: 8.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: leantime
version: 9.0.10
version: 9.0.11
appVersion: 2.4.7
description: Straightforward open source project management system to make your ideas reality.
home: https://truecharts.org/charts/incubator/leantime

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: lenpaste
version: 4.0.10
version: 4.0.11
appVersion: 1.1.1
description: Lenpaste is a web service that allows you to share notes anonymously
home: https://truecharts.org/charts/incubator/lenpaste

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: linkace
version: 9.0.10
version: 9.0.11
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://hub.docker.com/r/linkace/linkace
- https://github.com/linkace/linkace
- https://www.linkace.org/docs/
- https://github.com/truecharts/charts/tree/master/charts/incubator/linkace
- https://hub.docker.com/r/linkace/linkace
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: lychee
version: 18.0.10
version: 18.0.11
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

View File

@@ -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}

View File

@@ -1,15 +1,15 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: magicmirror2
version: 3.0.10
version: 3.0.11
appVersion: latest
description: Open source modular smart mirror platform.
home: https://truecharts.org/charts/incubator/magicmirror2
icon: https://truecharts.org/img/hotlink-ok/chart-icons/magicmirror2.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/magicmirror2
- https://hub.docker.com/r/ich777/magic-mirror2
- https://github.com/truecharts/charts/tree/master/charts/incubator/magicmirror2
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: microbin
version: 3.0.10
version: 3.0.11
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png
deprecated: false
sources:
- https://github.com/szabodanika/microbin
- https://github.com/truecharts/charts/tree/master/charts/incubator/microbin
- https://hub.docker.com/r/danielszabo99/microbin
- https://github.com/szabodanika/microbin
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: money-balancer
version: 3.0.10
version: 3.0.11
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

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: noisedash
version: 3.0.10
version: 3.0.11
appVersion: 0.6.12
description: Self-hosted web tool for generating ambient noises
home: https://truecharts.org/charts/incubator/noisedash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png
deprecated: false
sources:
- https://github.com/kaythomas0/noisedash
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://hub.docker.com/r/noisedash/noisedash
- https://github.com/kaythomas0/noisedash
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openkm
version: 12.0.10
version: 12.0.11
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png
deprecated: false
sources:
- https://hub.docker.com/r/openkm/openkm-ce
- https://www.openkm.com/
- https://github.com/openkm/document-management-system
- https://github.com/truecharts/charts/tree/master/charts/incubator/openkm
- https://hub.docker.com/r/openkm/openkm-ce
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openldap
version: 11.0.10
version: 11.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openproject
version: 4.0.10
version: 4.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: penpot
version: 4.0.9
version: 4.0.10
appVersion: 1.19.3
description: Open Source design and prototyping platform.
home: https://truecharts.org/charts/incubator/penpot

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: plik
version: 1.0.10
version: 1.0.11
appVersion: 1.3.8
description: A scalable file uploading system with multiple backends.
home: https://truecharts.org/charts/incubator/plik

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: postgresql
version: 15.0.11
version: 15.0.12
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql

View File

@@ -1,8 +1,6 @@
# Include{groups}
questions:
# Include{global}
# Include{postgresql}
# Include{postgresqlBasics}
# Include{documentation}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: privatebin
version: 4.0.10
version: 4.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: youtrack
version: 3.0.10
version: 3.0.11
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

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: authelia
version: 22.1.3
version: 22.1.5
appVersion: 4.37.5
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -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.3
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -880,8 +880,6 @@ questions:
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}

View File

@@ -1,18 +1,18 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: blocky
version: 12.1.3
version: 12.1.5
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
deprecated: false
sources:
- https://quay.io/oriedge/k8s_gateway
- https://github.com/Mozart409/blocky-frontend
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://quay.io/oriedge/k8s_gateway
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -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.3
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clusterissuer
version: 6.1.3
version: 6.1.4
appVersion: latest
description: Certificate management for Kubernetes
home: https://truecharts.org/charts/enterprise/clusterissuer

View File

@@ -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

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: grafana
version: 11.1.3
version: 11.1.4
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

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kubernetes-reflector
version: 3.1.3
version: 3.1.5
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
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
deprecated: false
sources:
- https://github.com/emberstack/kubernetes-reflector
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector
- https://hub.docker.com/r/emberstack/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -23,7 +23,7 @@ keywords:
- certificates
dependencies:
- name: common
version: 17.2.19
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: metallb-config
version: 5.1.3
version: 5.1.5
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: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: prometheus
version: 16.1.3
version: 16.1.5
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
@@ -11,7 +11,7 @@ sources:
- https://github.com/prometheus-operator/kube-prometheus
- https://github.com/prometheus-community/helm-charts
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/r/bitnami/prometheus
- https://quay.io/thanos/thanos
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.3
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.3
repository: https://deps.truecharts.org
condition: exporters.enabled,exporters.kube-state-metrics.enabled
alias: ""

View File

@@ -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}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: traefik
version: 25.1.3
version: 25.1.4
appVersion: 2.10.5
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik

View File

@@ -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).'

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: vaultwarden
version: 25.1.3
version: 25.1.4
appVersion: 1.30.1
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden
icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.png
deprecated: false
sources:
- https://hub.docker.com/r/vaultwarden/server
- https://github.com/dani-garcia/vaultwarden
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
- https://hub.docker.com/r/vaultwarden/server
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -385,8 +385,6 @@ questions:
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: velero
version: 3.1.3
version: 3.1.4
appVersion: latest
description: Velero is a kubernetes-native backup solution
home: https://truecharts.org/charts/incubator/velero
icon: https://truecharts.org/img/hotlink-ok/chart-icons/velero.png
deprecated: false
sources:
- https://github.com/truecharts/containers/tree/master/mirroralpine
- 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

View File

@@ -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"

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: apprise-api
version: 4.0.10
version: 4.0.11
appVersion: 0.9.5
description: Push notifications that work with just about every platform!
home: https://truecharts.org/charts/incubator/apprise-api
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
deprecated: false
sources:
- https://hub.docker.com/r/caronc/apprise
- https://github.com/caronc/apprise-api
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
- https://hub.docker.com/r/caronc/apprise
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -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}

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: appsmith
version: 6.0.10
version: 6.0.11
appVersion: 1.9.50
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
home: https://truecharts.org/charts/incubator/appsmith
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://hub.docker.com/r/appsmith/appsmith-ce
- https://github.com/appsmithorg/appsmith
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -6,11 +6,9 @@ questions:
# Include{global}
# Include{workload}
# Include{workloadDeployment}
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
label: Image Environment
schema:
@@ -93,12 +91,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"
@@ -120,7 +115,6 @@ questions:
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
# Include{addons}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: awesome-ttrss
version: 4.0.1
version: 4.0.2
appVersion: latest-2023-12-18
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
home: https://truecharts.org/charts/incubator/awesome-ttrss

View File

@@ -86,8 +86,6 @@ questions:
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressAdvanced}
# Include{ingressList}
# Include{securityContextRoot}
@@ -112,7 +110,6 @@ questions:
schema:
type: int
default: 568
# Include{resources}
# Include{metrics}
# Include{prometheusRule}

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: btdex
version: 3.0.10
version: 3.0.11
appVersion: latest
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
home: https://truecharts.org/charts/incubator/btdex

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