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