feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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._
This commit is contained in:
@@ -10,7 +10,18 @@ fi
|
|||||||
|
|
||||||
echo "Chart name: $curr_chart"
|
echo "Chart name: $curr_chart"
|
||||||
|
|
||||||
if [[ "$curr_chart" != "charts/premium/volsync" ]]; then
|
|
||||||
|
if [[ "$curr_chart" != "charts/system/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/premium/volsync" ]]; then
|
||||||
echo "Installing volumesnapshots chart"
|
echo "Installing volumesnapshots chart"
|
||||||
helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
|
helm install volumesnapshots oci://tccr.io/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
|
||||||
if [[ "$?" != "0" ]]; then
|
if [[ "$?" != "0" ]]; then
|
||||||
@@ -41,15 +52,6 @@ if [[ "$curr_chart" == "charts/premium/clusterissuer" ]]; then
|
|||||||
echo "Done installing cert-manager chart"
|
echo "Done installing cert-manager chart"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$curr_chart" != "charts/system/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/system/cloudnative-pg" ]]; then
|
if [[ "$curr_chart" != "charts/system/cloudnative-pg" ]]; then
|
||||||
echo "Installing cloudnative-pg chart"
|
echo "Installing cloudnative-pg chart"
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: system
|
truecharts.org/category: system
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 18.1.0
|
appVersion: 18.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- atuin
|
- atuin
|
||||||
- shell
|
- shell
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/atuin
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/atuin
|
||||||
- https://ghcr.io/atuinsh/atuin
|
- https://ghcr.io/atuinsh/atuin
|
||||||
type: application
|
type: application
|
||||||
version: 2.5.18
|
version: 3.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Cloud
|
truecharts.org/category: Cloud
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- Security
|
- Security
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
- Network-Web
|
- Network-Web
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -39,4 +39,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper
|
||||||
- https://ghcr.io/andrewpaglusch/flashpaper
|
- https://ghcr.io/andrewpaglusch/flashpaper
|
||||||
type: application
|
type: application
|
||||||
version: 1.1.18
|
version: 2.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
|
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: de
|
appVersion: de
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -26,7 +26,7 @@ keywords:
|
|||||||
- squeezebox
|
- squeezebox
|
||||||
- audio
|
- audio
|
||||||
- streaming
|
- streaming
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -37,4 +37,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/lyrion-music-server
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/lyrion-music-server
|
||||||
- https://hub.docker.com/r/lmscommunity/lyrionmusicserver
|
- https://hub.docker.com/r/lmscommunity/lyrionmusicserver
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.15
|
version: 2.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: helpdesk
|
truecharts.org/category: helpdesk
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- peppermint
|
- peppermint
|
||||||
- tickets
|
- tickets
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/peppermint
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/peppermint
|
||||||
- https://hub.docker.com/r/pepperlabs/peppermint
|
- https://hub.docker.com/r/pepperlabs/peppermint
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.19
|
version: 1.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: MachineLearning
|
truecharts.org/category: MachineLearning
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- Whisper
|
- Whisper
|
||||||
- AI
|
- AI
|
||||||
- ML
|
- ML
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/sd-webui-docker
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/sd-webui-docker
|
||||||
- https://ghcr.io/neggles/sd-webui-docker
|
- https://ghcr.io/neggles/sd-webui-docker
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.18
|
version: 1.0.0
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
portals: {}
|
portals: {}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: productivity
|
truecharts.org/category: productivity
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.9.70
|
appVersion: 2.9.70
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- ansible
|
- ansible
|
||||||
- semaphore
|
- semaphore
|
||||||
- cicd
|
- cicd
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/semaphore
|
||||||
- https://hub.docker.com/r/semaphoreui/semaphore
|
- https://hub.docker.com/r/semaphoreui/semaphore
|
||||||
type: application
|
type: application
|
||||||
version: 1.2.19
|
version: 2.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.20.1
|
appVersion: 0.20.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- slskd
|
- slskd
|
||||||
- music
|
- music
|
||||||
- soulseek
|
- soulseek
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/slskd
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/slskd
|
||||||
- https://ghcr.io/slskd/slskd
|
- https://ghcr.io/slskd/slskd
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.18
|
version: 1.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: metrics
|
truecharts.org/category: metrics
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.28.5
|
appVersion: 1.28.5
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- monitoring
|
- monitoring
|
||||||
- metrics
|
- metrics
|
||||||
- logs
|
- logs
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -37,4 +37,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/TeslaMate
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/TeslaMate
|
||||||
- https://hub.docker.com/r/teslamate/teslamate
|
- https://hub.docker.com/r/teslamate/teslamate
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.16
|
version: 1.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: database
|
truecharts.org/category: database
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.99.0
|
appVersion: 1.99.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.2.13
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- victoriametrics
|
- victoriametrics
|
||||||
- database
|
- database
|
||||||
- metrics
|
- metrics
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/victoriametrics
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/victoriametrics
|
||||||
- https://hub.docker.com/r/victoriametrics/victoria-metrics
|
- https://hub.docker.com/r/victoriametrics/victoria-metrics
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.10
|
version: 1.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: network
|
truecharts.org/category: network
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.9.1
|
appVersion: 0.9.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.13
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- volsync
|
- volsync
|
||||||
- ingress
|
- ingress
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -37,4 +37,4 @@ sources:
|
|||||||
- https://quay.io/backube/volsync
|
- https://quay.io/backube/volsync
|
||||||
- https://quay.io/brancz/kube-rbac-proxy
|
- https://quay.io/brancz/kube-rbac-proxy
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
portals: {}
|
portals: {}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: design
|
truecharts.org/category: design
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- mapping
|
- mapping
|
||||||
- mind-mapping
|
- mind-mapping
|
||||||
- collaboration
|
- collaboration
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/wisemapping
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/wisemapping
|
||||||
- https://hub.docker.com/r/wisemapping/wisemapping
|
- https://hub.docker.com/r/wisemapping/wisemapping
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.18
|
version: 1.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: security
|
truecharts.org/category: security
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.38.8
|
appVersion: 4.38.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -39,7 +39,7 @@ keywords:
|
|||||||
- YubiKey
|
- YubiKey
|
||||||
- Push Notifications
|
- Push Notifications
|
||||||
- LDAP
|
- LDAP
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -51,4 +51,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
||||||
- https://ghcr.io/authelia/authelia
|
- https://ghcr.io/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 23.13.14
|
version: 24.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas2}
|
# Include{replicas2}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: network
|
truecharts.org/category: network
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.23.0
|
appVersion: 0.23.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- dns
|
- dns
|
||||||
- blocky
|
- blocky
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -41,7 +41,7 @@ sources:
|
|||||||
- https://0xerr0r.github.io/blocky/
|
- https://0xerr0r.github.io/blocky/
|
||||||
- https://github.com/0xERR0R/blocky
|
- https://github.com/0xERR0R/blocky
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/blocky
|
- https://github.com/truecharts/charts/tree/master/charts/premium/blocky
|
||||||
- https://quay.io/oriedge/k8s_gateway
|
|
||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
|
- https://quay.io/oriedge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 14.8.21
|
version: 15.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: core
|
truecharts.org/category: core
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- cert-manager
|
- cert-manager
|
||||||
- certificates
|
- certificates
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
|
- https://github.com/truecharts/charts/tree/master/charts/premium/clusterissuer
|
||||||
- https://hub.docker.com/_/hello-world
|
- https://hub.docker.com/_/hello-world
|
||||||
type: application
|
type: application
|
||||||
version: 7.8.16
|
version: 8.0.0
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
- variable: operator
|
- variable: operator
|
||||||
group: App Configuration
|
group: App Configuration
|
||||||
label: Operator Configuration
|
label: Operator Configuration
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: custom
|
truecharts.org/category: custom
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.21.1155
|
appVersion: 0.21.1155
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/premium/custom-app
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.webp
|
||||||
keywords:
|
keywords:
|
||||||
- custom
|
- custom
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -32,4 +32,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/custom-app
|
- https://github.com/truecharts/charts/tree/master/charts/premium/custom-app
|
||||||
- https://ghcr.io/linuxserver/jackett
|
- https://ghcr.io/linuxserver/jackett
|
||||||
type: application
|
type: application
|
||||||
version: 12.8.14
|
version: 13.0.0
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ questions:
|
|||||||
- value: "Never"
|
- value: "Never"
|
||||||
description: "Never"
|
description: "Never"
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: metrics
|
truecharts.org/category: metrics
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 10.4.2
|
appVersion: 10.4.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -25,7 +25,7 @@ keywords:
|
|||||||
- monitoring
|
- monitoring
|
||||||
- metrics
|
- metrics
|
||||||
- logs
|
- logs
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,7 +35,7 @@ sources:
|
|||||||
- https://grafana.com/
|
- https://grafana.com/
|
||||||
- https://github.com/bitnami/bitnami-docker-grafana
|
- https://github.com/bitnami/bitnami-docker-grafana
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
||||||
- https://hub.docker.com/r/grafana/grafana
|
|
||||||
- https://quay.io/kiwigrid/k8s-sidecar
|
- https://quay.io/kiwigrid/k8s-sidecar
|
||||||
|
- https://hub.docker.com/r/grafana/grafana
|
||||||
type: application
|
type: application
|
||||||
version: 14.10.16
|
version: 15.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: core
|
truecharts.org/category: core
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- metallb
|
- metallb
|
||||||
- loadbalancer
|
- loadbalancer
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config
|
- https://github.com/truecharts/charts/tree/master/charts/premium/metallb-config
|
||||||
- https://hub.docker.com/_/hello-world
|
- https://hub.docker.com/_/hello-world
|
||||||
type: application
|
type: application
|
||||||
version: 6.8.16
|
version: 7.0.0
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Include{groups}
|
# Include{groups}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
- variable: operator
|
- variable: operator
|
||||||
group: App Configuration
|
group: App Configuration
|
||||||
label: Operator Configuration
|
label: Operator Configuration
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: cloud
|
truecharts.org/category: cloud
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 28.0.4
|
appVersion: 28.0.4
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -33,7 +33,7 @@ keywords:
|
|||||||
- http
|
- http
|
||||||
- web
|
- web
|
||||||
- php
|
- php
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -43,11 +43,11 @@ sources:
|
|||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
|
- https://github.com/truecharts/charts/tree/master/charts/premium/nextcloud
|
||||||
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
|
||||||
- https://hub.docker.com/r/clamav/clamav
|
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
|
|
||||||
- https://hub.docker.com/r/collabora/code
|
- https://hub.docker.com/r/collabora/code
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
|
||||||
|
- https://hub.docker.com/r/clamav/clamav
|
||||||
|
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
|
||||||
type: application
|
type: application
|
||||||
version: 29.11.0
|
version: 30.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: metrics
|
truecharts.org/category: metrics
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.51.2
|
appVersion: 2.51.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/premium/prometheus
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.webp
|
||||||
keywords:
|
keywords:
|
||||||
- metrics
|
- metrics
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -39,8 +39,8 @@ sources:
|
|||||||
- https://github.com/prometheus-community/helm-charts
|
- https://github.com/prometheus-community/helm-charts
|
||||||
- https://github.com/prometheus-operator/kube-prometheus
|
- https://github.com/prometheus-operator/kube-prometheus
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
|
- https://github.com/truecharts/charts/tree/master/charts/premium/prometheus
|
||||||
|
- https://hub.docker.com/r/bitnami/alertmanager
|
||||||
- https://hub.docker.com/r/bitnami/prometheus
|
- https://hub.docker.com/r/bitnami/prometheus
|
||||||
- https://quay.io/thanos/thanos
|
- https://quay.io/thanos/thanos
|
||||||
- https://hub.docker.com/r/bitnami/alertmanager
|
|
||||||
type: application
|
type: application
|
||||||
version: 17.13.18
|
version: 18.0.0
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: network
|
truecharts.org/category: network
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.11.2
|
appVersion: 2.11.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- traefik
|
- traefik
|
||||||
- ingress
|
- ingress
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/traefik
|
- https://github.com/truecharts/charts/tree/master/charts/premium/traefik
|
||||||
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
- https://github.com/truecharts/containers/tree/master/apps/traefik
|
||||||
type: application
|
type: application
|
||||||
version: 26.10.19
|
version: 27.0.0
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ portals:
|
|||||||
path: "$kubernetes-resource_configmap_tcportal-open_path"
|
path: "$kubernetes-resource_configmap_tcportal-open_path"
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: security
|
truecharts.org/category: security
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.30.5
|
appVersion: 1.30.5
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- vaultwarden
|
- vaultwarden
|
||||||
- password
|
- password
|
||||||
- rust
|
- rust
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -38,4 +38,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
|
- https://github.com/truecharts/charts/tree/master/charts/premium/vaultwarden
|
||||||
- https://hub.docker.com/r/vaultwarden/server
|
- https://hub.docker.com/r/vaultwarden/server
|
||||||
type: application
|
type: application
|
||||||
version: 26.8.15
|
version: 27.0.0
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ portals:
|
|||||||
path: "/admin/"
|
path: "/admin/"
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: MediaServer-Video
|
truecharts.org/category: MediaServer-Video
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.0.2.8
|
appVersion: 2.0.2.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- acestream
|
- acestream
|
||||||
- MediaServer-Video
|
- MediaServer-Video
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/acestream
|
- https://github.com/truecharts/charts/tree/master/charts/stable/acestream
|
||||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||||
type: application
|
type: application
|
||||||
version: 6.8.14
|
version: 7.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: finance
|
truecharts.org/category: finance
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 24.4.0
|
appVersion: 24.4.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- actualserver
|
- actualserver
|
||||||
- finance
|
- finance
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
|
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
|
||||||
- https://ghcr.io/actualbudget/actual-server
|
- https://ghcr.io/actualbudget/actual-server
|
||||||
type: application
|
type: application
|
||||||
version: 10.10.14
|
version: 11.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.107.48
|
appVersion: 0.107.48
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- adblock
|
- adblock
|
||||||
- adguard
|
- adguard
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
|
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
|
||||||
- https://hub.docker.com/r/adguard/adguardhome
|
- https://hub.docker.com/r/adguard/adguardhome
|
||||||
type: application
|
type: application
|
||||||
version: 9.8.14
|
version: 10.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Other
|
truecharts.org/category: Other
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.6.9
|
appVersion: 0.6.9
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- adguardhome-sync
|
- adguardhome-sync
|
||||||
- Other
|
- Other
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync
|
- https://github.com/truecharts/charts/tree/master/charts/stable/adguardhome-sync
|
||||||
- https://ghcr.io/bakito/adguardhome-sync
|
- https://ghcr.io/bakito/adguardhome-sync
|
||||||
type: application
|
type: application
|
||||||
version: 6.8.15
|
version: 7.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: Tools-Utilities
|
truecharts.org/category: Tools-Utilities
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- adminer
|
- adminer
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer
|
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer
|
||||||
- https://hub.docker.com/_/adminer
|
- https://hub.docker.com/_/adminer
|
||||||
type: application
|
type: application
|
||||||
version: 8.8.17
|
version: 9.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 2.12.1
|
appVersion: 2.12.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -24,7 +24,7 @@ keywords:
|
|||||||
- DC++
|
- DC++
|
||||||
- dcpp
|
- dcpp
|
||||||
- airdcpp
|
- airdcpp
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -36,4 +36,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
|
- https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
|
||||||
- https://hub.docker.com/r/gangefors/airdcpp-webclient
|
- https://hub.docker.com/r/gangefors/airdcpp-webclient
|
||||||
type: application
|
type: application
|
||||||
version: 10.8.14
|
version: 11.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: edge-latest
|
appVersion: edge-latest
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/airsonic-advanced
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp
|
||||||
keywords:
|
keywords:
|
||||||
- airsonic
|
- airsonic
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
|
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
|
||||||
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
|
- https://hub.docker.com/r/airsonicadvanced/airsonic-advanced
|
||||||
type: application
|
type: application
|
||||||
version: 13.9.15
|
version: 14.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 10.6.2
|
appVersion: 10.6.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/airsonic
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp
|
||||||
keywords:
|
keywords:
|
||||||
- airsonic
|
- airsonic
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
|
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
|
||||||
- https://ghcr.io/linuxserver/airsonic
|
- https://ghcr.io/linuxserver/airsonic
|
||||||
type: application
|
type: application
|
||||||
version: 13.8.14
|
version: 14.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: GameServers
|
truecharts.org/category: GameServers
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,20 +10,20 @@ apiVersion: v2
|
|||||||
appVersion: alienswarmreactiedrop
|
appVersion: alienswarmreactiedrop
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
tags: []
|
tags: []
|
||||||
import-values: []
|
import-values: []
|
||||||
deprecated: false
|
deprecated: false
|
||||||
description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it."
|
description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.'
|
||||||
home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
|
home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp
|
||||||
keywords:
|
keywords:
|
||||||
- alienswarm-reactivedrop
|
- alienswarm-reactivedrop
|
||||||
- GameServers
|
- GameServers
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop
|
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm-reactivedrop
|
||||||
- https://hub.docker.com/r/ich777/steamcmd
|
- https://hub.docker.com/r/ich777/steamcmd
|
||||||
type: application
|
type: application
|
||||||
version: 5.8.14
|
version: 6.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: GameServers
|
truecharts.org/category: GameServers
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: alienswarm
|
appVersion: alienswarm
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp
|
|||||||
keywords:
|
keywords:
|
||||||
- alienswarm
|
- alienswarm
|
||||||
- GameServers
|
- GameServers
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm
|
- https://github.com/truecharts/charts/tree/master/charts/stable/alienswarm
|
||||||
- https://hub.docker.com/r/ich777/steamcmd
|
- https://hub.docker.com/r/ich777/steamcmd
|
||||||
type: application
|
type: application
|
||||||
version: 5.8.14
|
version: 6.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: cloud
|
truecharts.org/category: cloud
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.33.0
|
appVersion: 3.33.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -27,7 +27,7 @@ keywords:
|
|||||||
- google driver
|
- google driver
|
||||||
- aliyun driver
|
- aliyun driver
|
||||||
- baiduyun
|
- baiduyun
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -38,4 +38,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
|
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
|
||||||
- https://hub.docker.com/r/xhofe/alist-aria2
|
- https://hub.docker.com/r/xhofe/alist-aria2
|
||||||
type: application
|
type: application
|
||||||
version: 9.11.14
|
version: 10.0.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ portals:
|
|||||||
# Include{portalLink}
|
# Include{portalLink}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
annotations:
|
annotations:
|
||||||
max_scale_version: 24.04.0
|
max_scale_version: 24.04.1
|
||||||
min_scale_version: 23.10.0
|
min_scale_version: 24.04.0
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/max_helm_version: "3.14"
|
truecharts.org/max_helm_version: "3.14"
|
||||||
@@ -10,7 +10,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.0.16
|
appVersion: 1.0.16
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 20.3.12
|
version: 22.0.0
|
||||||
repository: oci://tccr.io/truecharts
|
repository: oci://tccr.io/truecharts
|
||||||
condition: ""
|
condition: ""
|
||||||
alias: ""
|
alias: ""
|
||||||
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/amcrest2mqtt
|
|||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp
|
||||||
keywords:
|
keywords:
|
||||||
- amcrest2mqtt
|
- amcrest2mqtt
|
||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: '>=1.24.0-0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
|
- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
|
||||||
- https://hub.docker.com/r/dchesterton/amcrest2mqtt
|
- https://hub.docker.com/r/dchesterton/amcrest2mqtt
|
||||||
type: application
|
type: application
|
||||||
version: 11.8.14
|
version: 12.0.0
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
portals: {}
|
portals: {}
|
||||||
questions:
|
questions:
|
||||||
# Include{global}
|
# Include{global}
|
||||||
|
# Include{credentials}
|
||||||
# Include{workload}
|
# Include{workload}
|
||||||
# Include{workloadDeployment}
|
# Include{workloadDeployment}
|
||||||
# Include{replicas1}
|
# Include{replicas1}
|
||||||
|
|||||||
@@ -28,3 +28,5 @@ OWNERS
|
|||||||
/docs
|
/docs
|
||||||
# icon
|
# icon
|
||||||
icon.png
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user